Magellan Linux

Contents of /trunk/gcc/patches/gcc-4.7.1-libada-pic.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1808 - (show annotations) (download)
Thu Jun 21 08:45:42 2012 UTC (11 years, 10 months ago) by niro
File size: 504 byte(s)
-added patch to fix pic issues
1 diff -Naur gcc-4.7.1-orig/libada/Makefile.in gcc-4.7.1/libada/Makefile.in
2 --- gcc-4.7.1-orig/libada/Makefile.in 2012-06-13 01:12:37.000000000 +1000
3 +++ gcc-4.7.1/libada/Makefile.in 2012-06-16 15:04:32.179911023 +1000
4 @@ -54,7 +54,7 @@
5 PICFLAG = @PICFLAG@
6 GNATLIBFLAGS= -W -Wall -gnatpg -nostdinc
7 GNATLIBCFLAGS= -g -O2
8 -GNATLIBCFLAGS_FOR_C = -W -Wall $(GNATLIBCFLAGS) \
9 +GNATLIBCFLAGS_FOR_C = -W -Wall $(GNATLIBCFLAGS) $(PICFLAG) \
10 -fexceptions -DIN_RTS @have_getipinfo@
11
12 host_subdir = @host_subdir@