--- 2.3.99-pre3aa1-alpha/Makefile.~1~ Thu Mar 30 19:13:59 2000 +++ 2.3.99-pre3aa1-alpha/Makefile Thu Mar 30 20:18:16 2000 @@ -88,7 +88,7 @@ endif CFLAGS := $(CPPFLAGS) -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -AFLAGS := $(CPPFLAGS) -D__ASSEMBLY__ -traditional +AFLAGS := $(CPPFLAGS) -D__ASSEMBLY__ # use '-fno-strict-aliasing', but only if the compiler can take it CFLAGS += $(shell if $(CC) -fno-strict-aliasing -S -o /dev/null -xc /dev/null >/dev/null 2>&1; then echo "-fno-strict-aliasing"; fi)