OSDN Git Service

Remove SAFECFLAGS. It was a workaround for failures in old awk script
authorEric Andersen <andersen@codepoet.org>
Sat, 22 Nov 2003 21:22:28 +0000 (21:22 -0000)
committerEric Andersen <andersen@codepoet.org>
Sat, 22 Nov 2003 21:22:28 +0000 (21:22 -0000)
commit498d8099a6e4163798d327c9cc727fa0282bd716
treee9f26ad78124b3d0370f899e7a86531937e771b6
parentc2fa5c137dd69c88ff32be1bb910a23b86c5938a
Remove SAFECFLAGS.  It was a workaround for failures in old awk script
used to generate the crti.S and crtn.S files.  Since we don't use that
anymore, keeping the workaround makes no sense.

Furthermore, in most cases, SAFECFLAGS was not picking up all the
needed flags, causing crti.o and crtn.o to not be built PIC.
Which is very bad.  Removing SAFECFLAGS and using CFLAGS fixes
that as well.
15 files changed:
libc/sysdeps/linux/alpha/Makefile
libc/sysdeps/linux/arm/Makefile
libc/sysdeps/linux/cris/Makefile
libc/sysdeps/linux/e1/Makefile
libc/sysdeps/linux/h8300/Makefile
libc/sysdeps/linux/i386/Makefile
libc/sysdeps/linux/i960/Makefile
libc/sysdeps/linux/m68k/Makefile
libc/sysdeps/linux/microblaze/Makefile
libc/sysdeps/linux/mips/Makefile
libc/sysdeps/linux/powerpc/Makefile
libc/sysdeps/linux/sh/Makefile
libc/sysdeps/linux/sh64/Makefile
libc/sysdeps/linux/sparc/Makefile
libc/sysdeps/linux/v850/Makefile