From c25f195f08964ff72b296d95072fecfb23bb1320 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Sat, 2 Nov 1996 01:21:12 +0000 Subject: [PATCH] pc does not have 68k's "nobitfield" option --- src/drv/old/Makefile.Vx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/drv/old/Makefile.Vx b/src/drv/old/Makefile.Vx index eaaaa9016..82ccf4706 100644 --- a/src/drv/old/Makefile.Vx +++ b/src/drv/old/Makefile.Vx @@ -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