use no bitfield option only on the 68k
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user