summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-09-12 18:50:25 +0000
committerUlrich Drepper <drepper@redhat.com>2001-09-12 18:50:25 +0000
commite69924e348d364f9e5efd5bb7bc452887bb893f9 (patch)
treeb5dd856b6a5a931e473c0b7f19a580c243d00cc9 /config.h.in
parentd322efa8e5240e4cc22b224e606e10dfe9678b31 (diff)
Update.
* Makeconfig (preprocess-versions): Define ASSEMBLER. * stdlib/Makefile (isomac-CFLAGS): Define to -O. * posix/Makefile (annexc-CFLAGS): Define to -O.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h.in b/config.h.in
index 84c20a9f7e..ffeb1f39de 100644
--- a/config.h.in
+++ b/config.h.in
@@ -1,4 +1,4 @@
-#ifndef __OPTIMIZE__
+#if !defined ASSEMBLER && !defined _ISOMAC && !defined __OPTIMIZE__
# error "glibc cannot be compiled without optimization"
#endif