OpenWatcom: optimize for 686

Apparently -6 compiles are defined to run on anything 386 or newer,
and just use different instruction timings.
This commit is contained in:
H. Peter Anvin 2008-02-16 15:44:24 -08:00
parent 714ad04bb8
commit 88ab419cc6
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ mandir = $(prefix)\man
CC = wcl386
DEBUG =
CFLAGS = -3 -ox -wx -ze -fpi $(DEBUG)
CFLAGS = -6 -ox -wx -ze -fpi $(DEBUG)
BUILD_CFLAGS = $(CFLAGS) $(TARGET_FLAGS) # -I$(srcdir)/inttypes
INTERNAL_CFLAGS = -I$(srcdir) -I. -DHAVE_SNPRINTF -DHAVE_VSNPRINTF
ALL_CFLAGS = $(BUILD_CFLAGS) $(INTERNAL_CFLAGS)

View file

@ -29,7 +29,7 @@ mandir = $(prefix)/man
CC = wcl386
DEBUG =
CFLAGS = -3 -ox -wx -ze -fpi $(DEBUG)
CFLAGS = -6 -ox -wx -ze -fpi $(DEBUG)
BUILD_CFLAGS = $(CFLAGS) $(TARGET_FLAGS) # -I$(srcdir)/inttypes
INTERNAL_CFLAGS = -I$(srcdir) -I. \
-DHAVE_SNPRINTF -DHAVE_VSNPRINTF