use no bitfield option only on the 68k

This commit is contained in:
Jeff Hill
1998-03-12 20:45:39 +00:00
parent 82ec39512d
commit 67679b3ac4

View File

@@ -2,12 +2,14 @@
TOP = ../../../..
include $(TOP)/config/CONFIG_BASE
CMPLR = TRAD
VX_WARN_YES = -Wall -pedantic
# The pc486 cross-compiler has no "nobitfield" option -kuk-
ifeq ($(ARCH_CLASS),pc486)
USR_CFLAGS = -fshared-data -fvolatile -traditional
# Only the 68k cross-compiler has no "nobitfield" option -kuk-
ifeq ($(ARCH_CLASS),68k)
USR_CFLAGS = -fshared-data -fvolatile -mnobitfield
else
USR_CFLAGS = -fshared-data -fvolatile -mnobitfield -traditional
USR_CFLAGS = -fshared-data -fvolatile
endif
INC += drvBB232.h