]> git.pld-linux.org Git - packages/fpc.git/blob - fpc-glibc.patch
- fpc-glibc.patch: Workaround for newer versions of glibc. For a reason
[packages/fpc.git] / fpc-glibc.patch
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.07249 seconds and 3 git commands to generate.