|
@@ -10,8 +10,9 @@
|
|
# their architecture specific directory which will override
|
|
# their architecture specific directory which will override
|
|
# the one here.
|
|
# the one here.
|
|
#
|
|
#
|
|
-libc_a_CSRC = dl-tls.c libc-tls.c
|
|
+ifneq ($(TARGET_ARCH),mips)
|
|
-
|
|
+ libc_a_CSRC = libc-tls.c
|
|
|
|
+endif
|
|
|
|
|
|
CFLAGS-generic = $(SSP_ALL_CFLAGS)
|
|
CFLAGS-generic = $(SSP_ALL_CFLAGS)
|
|
#CFLAGS:=$(CFLAGS:-O1=-O2)
|
|
#CFLAGS:=$(CFLAGS:-O1=-O2)
|