From 09638b25366f6165229ebc156b7d2305e67b825b Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Sun, 26 Apr 2015 15:26:11 +0200 Subject: [PATCH] BeOS: set some required defines for FPU configuration. --- BasiliskII/src/BeOS/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BasiliskII/src/BeOS/Makefile b/BasiliskII/src/BeOS/Makefile index 16cae87f..e7feb636 100644 --- a/BasiliskII/src/BeOS/Makefile +++ b/BasiliskII/src/BeOS/Makefile @@ -97,7 +97,7 @@ OPTIMIZE= FULL # to use. For example, setting DEFINES to "DEBUG=1" will cause the # compiler option "-DDEBUG=1" to be used. Setting DEFINES to "DEBUG" # would pass "-DDEBUG" on the compiler's command line. -DEFINES= +DEFINES= FPU_X86 SIZEOF_FLOAT=4 SIZEOF_DOUBLE=8 SIZEOF_LONG_DOUBLE=10 # specify special warning levels # if unspecified default warnings will be used