pc does not have 68k's "nobitfield" option

This commit is contained in:
Jeff Hill
1996-11-02 01:21:12 +00:00
parent f8910ba651
commit c25f195f08

View File

@@ -2,7 +2,12 @@
TOP = ../../../..
include $(TOP)/config/CONFIG_BASE
# The pc486 cross-compiler has no "nobitfield" option -kuk-
ifeq ($(ARCH_CLASS),pc486)
USR_CFLAGS = -fshared-data -fvolatile -traditional
else
USR_CFLAGS = -fshared-data -fvolatile -mnobitfield -traditional
endif
INC += drvBB232.h
INC += drvBitBusErr.h