mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-26 10:49:21 +00:00
BeOS: set some required defines for FPU configuration.
This commit is contained in:
parent
66f68a995a
commit
09638b2536
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user