From: Roland McGrath Date: Wed, 22 Oct 2003 21:30:03 +0000 (+0000) Subject: 2003-10-22 Steven Munroe X-Git-Tag: cvs/glibc-2_3_3~112 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c02c674e76e26864edb668be20d4e04252b166da;p=thirdparty%2Fglibc.git 2003-10-22 Steven Munroe * sysdeps/powerpc/powerpc32/Makefile (+cflags, asm-CPPFLAGS): Don't append options to these. * sysdeps/powerpc/powerpc64/Makefile (+cflags, asm-CPPFLAGS): Likewise. --- diff --git a/sysdeps/powerpc/powerpc32/Makefile b/sysdeps/powerpc/powerpc32/Makefile index 9d7a1cd15c9..82b4fc95f97 100644 --- a/sysdeps/powerpc/powerpc32/Makefile +++ b/sysdeps/powerpc/powerpc32/Makefile @@ -1,8 +1,5 @@ # Powerpc32 specific build options. -+cflags += -Wa,-mppc -mpowerpc -asm-CPPFLAGS += -Wa,-mppc - ifeq ($(with-fp),no) +cflags += -msoft-float sysdep-LDFLAGS += -msoft-float diff --git a/sysdeps/powerpc/powerpc64/Makefile b/sysdeps/powerpc/powerpc64/Makefile index 0ecba53650f..97c7cde1295 100644 --- a/sysdeps/powerpc/powerpc64/Makefile +++ b/sysdeps/powerpc/powerpc64/Makefile @@ -1,9 +1,6 @@ # Powerpc64 specific build options. # this is ./sysdeps/powerpc/powerpc64/Makefile -+cflags += -Wa,-mppc64 -mpowerpc64 -asm-CPPFLAGS += -Wa,-mppc64 - # Each TOC entry takes 8 bytes and the TOC holds up to 2^16 bytes, # or 8192 entries. # If -fpic is not specified, the latest gcc-3.2.1 now generates