about summary refs log tree commit diff
path: root/posix
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 /posix
parentd322efa8e5240e4cc22b224e606e10dfe9678b31 (diff)
downloadglibc-e69924e348d364f9e5efd5bb7bc452887bb893f9.tar.gz
glibc-e69924e348d364f9e5efd5bb7bc452887bb893f9.tar.xz
glibc-e69924e348d364f9e5efd5bb7bc452887bb893f9.zip
Update.
	* Makeconfig (preprocess-versions): Define ASSEMBLER.
	* stdlib/Makefile (isomac-CFLAGS): Define to -O.
	* posix/Makefile (annexc-CFLAGS): Define to -O.
Diffstat (limited to 'posix')
-rw-r--r--posix/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/posix/Makefile b/posix/Makefile
index 3575749dd6..785c227ebb 100644
--- a/posix/Makefile
+++ b/posix/Makefile
@@ -150,6 +150,7 @@ $(objpfx)annexc.out: $(objpfx)annexc
 	-$(dir $<)$(notdir $<) '$(CC)' \
 			       '-I../include -I.. $(+sysdep-includes) $(sysincludes)' > $@
 
+annexc-CFLAGS = -O
 $(objpfx)annexc: annexc.c
 	$(native-compile)