]> git.pld-linux.org Git - packages/gcc.git/commitdiff
- s/ppc/powerpc, I believe this might fix libgnat-.so stuff on ppc
authorMichal Moskal <michal@moskal.me>
Mon, 2 Jun 2003 16:47:02 +0000 (16:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gcc32-ada-link.patch -> 1.6

gcc32-ada-link.patch

index 7d45497ec6e4faf86c0cb5439983eb28550b0bd5..8b6042b3998f1ea2430ed934fc920857097e32cd 100644 (file)
@@ -68,7 +68,7 @@ diff -Nur gcc-3.2.2/gcc/ada/Makefile.in gcc-3.2.2-20030218/gcc/ada/Makefile.in
 +  LIBRARY_VERSION := $(strip $(shell grep Library_Version $(fsrcpfx)gnatvsn.ads | sed -e 's/.*GNAT Lib v\(.*\)[ "].*/\1/'))
 +endif
 +
-+ifeq ($(strip $(filter-out ppc linux%,$(arch) $(osys))),)
++ifeq ($(strip $(filter-out powerpc linux%,$(arch) $(osys))),)
 +  MLIB_TGT=5lml-tgt
 +  MISCLIB=
 +  THREADSLIB=-lpthread
This page took 0.066369 seconds and 4 git commands to generate.