mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 10:18:03 +02:00
removed unneeded files
git-svn-id: trunk@18490 -
This commit is contained in:
parent
f19b7371c3
commit
da39a1bdc8
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -4397,8 +4397,6 @@ tools/install/cross_unix/debian_crosswin32/changelog svneol=native#text/plain
|
||||
tools/install/cross_unix/debian_crosswin32/changelog.Debian svneol=native#text/plain
|
||||
tools/install/cross_unix/debian_crosswin32/control svneol=native#text/plain
|
||||
tools/install/cross_unix/debian_crosswin32/copyright svneol=native#text/plain
|
||||
tools/install/cross_unix/debian_crosswin32/postinst svneol=native#text/plain
|
||||
tools/install/cross_unix/debian_crosswin32/postrm svneol=native#text/plain
|
||||
tools/install/cross_unix/update_cross_fpc.sh svneol=native#text/plain
|
||||
tools/install/debian_fpc/changelog svneol=native#text/plain
|
||||
tools/install/debian_fpc/changelog.Debian svneol=native#text/plain
|
||||
|
@ -1,8 +0,0 @@
|
||||
#!/bin/sh
|
||||
# add -FD and -XP entry for cross compiling
|
||||
#echo '# set binutils paths for crosscompiling # fpc_crosswin32' >> /etc/fpc.cfg
|
||||
#echo '#IFDEF NEEDCROSSBINUTILS # fpc_crosswin32' >> /etc/fpc.cfg
|
||||
#echo ' -XPfpc-i386-win32-' >> /etc/fpc.cfg
|
||||
#echo '#ENDIF # fpc_crosswin32' >> /etc/fpc.cfg
|
||||
# end.
|
||||
|
@ -1,6 +0,0 @@
|
||||
#!/bin/sh
|
||||
# remove crosswin32 additions from fpc.cfg
|
||||
cat /etc/fpc.cfg | egrep -v '# fpc_crosswin32|-XPfpc-i386-win32-' > /etc/fpc.cfg.rpmtemp
|
||||
mv /etc/fpc.cfg.rpmtemp /etc/fpc.cfg
|
||||
# end.
|
||||
|
Loading…
Reference in New Issue
Block a user