2.4.90-11

This commit is contained in:
Jakub Jelinek 2006-05-31 17:21:14 +00:00
parent 6cc49f42fe
commit 149e4031fd
1 changed files with 4 additions and 4 deletions

View File

@ -3353,8 +3353,8 @@
+# .a libraries are not performance critical and so we
+# build them without direct TLS segment references
+# always.
+CPPFLAGS.o += -DNO_TLS_DIRECT_SEG_REFS
+CFLAGS.o += -mno-tls-direct-seg-refs
+CPPFLAGS.oS += -DNO_TLS_DIRECT_SEG_REFS
+CFLAGS.oS += -mno-tls-direct-seg-refs
+CPPFLAGS-.o += -DNO_TLS_DIRECT_SEG_REFS
+CFLAGS-.o += -mno-tls-direct-seg-refs
+CPPFLAGS-.oS += -DNO_TLS_DIRECT_SEG_REFS
+CFLAGS-.oS += -mno-tls-direct-seg-refs
endif