Magellan Linux

Annotation of /trunk/binutils/patches/binutils-2.17.50.0.12-libiberty-pic.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 460 - (hide annotations) (download)
Sun Feb 3 01:22:16 2008 UTC (16 years, 4 months ago) by niro
File size: 370 byte(s)
-trying to fix pic issues with uclibc

1 niro 460 --- libiberty/Makefile.in.mps 2004-05-13 15:53:17.000000000 +0200
2     +++ libiberty/Makefile.in 2004-05-13 15:52:53.000000000 +0200
3     @@ -224,6 +224,7 @@ $(TARGETLIB): $(REQUIRED_OFILES) $(EXTRA
4     $(AR) $(AR_FLAGS) $(TARGETLIB) \
5     $(REQUIRED_OFILES) $(EXTRA_OFILES) $(LIBOBJS); \
6     $(RANLIB) $(TARGETLIB); \
7     + cp $(TARGETLIB) ../ ; \
8     cd ..; \
9     else true; fi
10