diff options
| author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-12-17 18:23:53 +0000 |
|---|---|---|
| committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-12-17 18:23:53 +0000 |
| commit | 06a4fbbe344342e57925c673723dc1a56a97f7bc (patch) | |
| tree | 8d2ac585d7165187a8393df223e6fd31e8fe88d6 /libpthread/nptl/sysdeps/unix/sysv/linux/mips | |
| parent | b32711b2b54c2a7633dc4eaf6414d1d764eaa07a (diff) | |
| download | uClibc-alpine-06a4fbbe344342e57925c673723dc1a56a97f7bc.tar.bz2 uClibc-alpine-06a4fbbe344342e57925c673723dc1a56a97f7bc.tar.xz | |
Fix build files so that CFLAGS and ASFLAGS do not bleed over into building other code in the system. $!^%@!#$$
Diffstat (limited to 'libpthread/nptl/sysdeps/unix/sysv/linux/mips')
| -rw-r--r-- | libpthread/nptl/sysdeps/unix/sysv/linux/mips/Makefile.arch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/mips/Makefile.arch b/libpthread/nptl/sysdeps/unix/sysv/linux/mips/Makefile.arch index 7f431bd1f..76d79be29 100644 --- a/libpthread/nptl/sysdeps/unix/sysv/linux/mips/Makefile.arch +++ b/libpthread/nptl/sysdeps/unix/sysv/linux/mips/Makefile.arch @@ -15,7 +15,7 @@ CFLAGS-fork-nptl.c = -D__USE_STDIO_FUTEXES__ endif CFLAGS-pthread_once.c = -DNOT_IN_libc=1 -DIS_IN_libpthread=1 -ASFLAGS += -DNOT_IN_libc=1 -DIS_IN_libpthread=1 +ASFLAGS-pt-vfork.S = -DNOT_IN_libc=1 -DIS_IN_libpthread=1 CFLAGS += $(SSP_ALL_CFLAGS) #CFLAGS:=$(CFLAGS:-O1=-O2) |
