mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-24 02:03:35 +08:00
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.
This commit is contained in:
parent
f66fde5611
commit
c02c674e76
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user