From e69924e348d364f9e5efd5bb7bc452887bb893f9 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 12 Sep 2001 18:50:25 +0000 Subject: Update. * Makeconfig (preprocess-versions): Define ASSEMBLER. * stdlib/Makefile (isomac-CFLAGS): Define to -O. * posix/Makefile (annexc-CFLAGS): Define to -O. --- stdlib/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'stdlib/Makefile') diff --git a/stdlib/Makefile b/stdlib/Makefile index c7493cd..0d4cc06 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -160,6 +160,7 @@ $(objpfx)isomac.out: $(objpfx)isomac $(dir $<)$(notdir $<) '$(CC)' \ '-I../include -I.. $(+sysdep-includes) $(sysincludes)' > $<.out +isomac-CFLAGS = -O $(objpfx)isomac: isomac.c $(native-compile) -- cgit v1.1