line ending cleanup

This commit is contained in:
Bill Currie 2001-12-22 21:49:59 +00:00
parent 4b61df1d88
commit 306bacc504
43 changed files with 24115 additions and 24115 deletions

View File

@ -29,7 +29,7 @@ ifeq ($(ARCH),axp)
RELEASE_CFLAGS=$(BASE_CFLAGS) -ffast-math -funroll-loops \
-fomit-frame-pointer -fexpensive-optimizations
else
RELEASE_CFLAGS=$(BASE_CFLAGS) -m486 -O6 -ffast-math -funroll-loops \
RELEASE_CFLAGS=$(BASE_CFLAGS) -march=i686 -O6 -ffast-math -funroll-loops \
-fomit-frame-pointer -fexpensive-optimizations -malign-loops=2 \
-malign-jumps=2 -malign-functions=2
endif