removed unneeded files

git-svn-id: trunk@18490 -
This commit is contained in:
mattias 2009-01-29 09:04:09 +00:00
parent f19b7371c3
commit da39a1bdc8
3 changed files with 0 additions and 16 deletions

2
.gitattributes vendored
View File

@ -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

View File

@ -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.

View File

@ -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.