* conf/Makefile.common: Poison float and double on non-emu.
This commit is contained in:
parent
ee0220bc26
commit
3e912fda81
3 changed files with 15 additions and 0 deletions
|
@ -40,6 +40,11 @@ endif
|
|||
|
||||
# Other options
|
||||
|
||||
if ! COND_emu
|
||||
CFLAGS_PLATFORM += -Dfloat=__grub_poision
|
||||
CFLAGS_PLATFORM += -Ddouble=__grub_poision
|
||||
endif
|
||||
|
||||
CPPFLAGS_DEFAULT = -DGRUB_FILE=\"$(subst $(srcdir)/,,$<)\"
|
||||
CPPFLAGS_DEFAULT += -I$(builddir)
|
||||
CPPFLAGS_DEFAULT += -I$(srcdir)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue