]> git.pld-linux.org Git - packages/fpc.git/blame - fpc-glibc.patch
- ppc version
[packages/fpc.git] / fpc-glibc.patch
CommitLineData
41f02775 1--- utils/Makefile~ Fri Dec 15 21:26:43 2000
2+++ utils/Makefile Wed Dec 12 21:16:28 2001
3@@ -1037,6 +1037,14 @@
4 $(COMPILER) $< $(REDIR)
5 $(EXECPPAS)
6
7+# Workaround for newer versions of glibc. For a reason unknown to me
8+# symbols __libc_init and __setfpucw are available only in the static
9+# version of libc.
10+bin2obj$(EXEEXT): bin2obj.pp
11+ $(COMPILER) $< -s $(REDIR)
12+ echo 'INPUT(/usr/lib/libc.a)' >>link.res
13+ ./ppas.sh
14+
15 #####################################################################
16 # Library
17 #####################################################################
This page took 0.113904 seconds and 4 git commands to generate.