diff options
author | Roland McGrath <roland@gnu.org> | 2003-10-22 21:30:03 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-10-22 21:30:03 +0000 |
commit | c02c674e76e26864edb668be20d4e04252b166da (patch) | |
tree | bd58e16b147773812d47dea5dade137471420d91 /sysdeps/powerpc/powerpc64/Makefile | |
parent | f66fde5611bdb6d06f044678d539d54b93c5e364 (diff) | |
download | glibc-c02c674e76e26864edb668be20d4e04252b166da.tar.gz glibc-c02c674e76e26864edb668be20d4e04252b166da.tar.xz glibc-c02c674e76e26864edb668be20d4e04252b166da.zip |
2003-10-22 Steven Munroe <sjmunroe@us.ibm.com>
* sysdeps/powerpc/powerpc32/Makefile (+cflags, asm-CPPFLAGS): Don't append options to these. * sysdeps/powerpc/powerpc64/Makefile (+cflags, asm-CPPFLAGS): Likewise.
Diffstat (limited to 'sysdeps/powerpc/powerpc64/Makefile')
-rw-r--r-- | sysdeps/powerpc/powerpc64/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sysdeps/powerpc/powerpc64/Makefile b/sysdeps/powerpc/powerpc64/Makefile index 0ecba53650..97c7cde129 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 |