Use symbolic values rather than constants in TARGET_DEFAULT.
Submitted by: bde on -current
This commit is contained in:
parent
8fe589f18a
commit
119cfeff30
@ -535,7 +535,8 @@ do { \
|
||||
|
||||
/* This goes away when the math emulator is fixed. */
|
||||
#undef TARGET_DEFAULT
|
||||
#define TARGET_DEFAULT (MASK_NO_FANCY_MATH_387 | 0301)
|
||||
#define TARGET_DEFAULT \
|
||||
(MASK_80387 | MASK_IEEE_FP | MASK_FLOAT_RETURNS | MASK_NO_FANCY_MATH_387)
|
||||
|
||||
/* FreeBSD ELF using our home-grown crtbegin.o/crtend.o does not support the
|
||||
DWARF2 unwinding mechanisms. Once `make world' bootstraping problems with
|
||||
|
@ -535,7 +535,8 @@ do { \
|
||||
|
||||
/* This goes away when the math emulator is fixed. */
|
||||
#undef TARGET_DEFAULT
|
||||
#define TARGET_DEFAULT (MASK_NO_FANCY_MATH_387 | 0301)
|
||||
#define TARGET_DEFAULT \
|
||||
(MASK_80387 | MASK_IEEE_FP | MASK_FLOAT_RETURNS | MASK_NO_FANCY_MATH_387)
|
||||
|
||||
/* FreeBSD ELF using our home-grown crtbegin.o/crtend.o does not support the
|
||||
DWARF2 unwinding mechanisms. Once `make world' bootstraping problems with
|
||||
|
Loading…
Reference in New Issue
Block a user