#15644 closed bug (fixed)
gcc does not detect fenv.h when building for sparc
Reported by: | pulkomandy | Owned by: | waddlesplash |
---|---|---|---|
Priority: | normal | Milestone: | R1/beta2 |
Component: | Build System | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
_GLIBCXX_HAVE_FENV_H is not set when building the sparc buildtools. As a result fenv.h is not included and the build fails.
Is fenv.h found for other platforms? It's in headers/posix so I don't see why it wouldn't be picked up.
Change History (3)
comment:1 by , 5 years ago
comment:3 by , 5 years ago
Milestone: | Unscheduled → R1/beta2 |
---|
Assign tickets with status=closed and resolution=fixed within the R1/beta2 development window to the R1/beta2 Milestone
Note:
See TracTickets
for help on using tickets.
fenv.h is missing for sparc
https://review.haiku-os.org/c/haiku/+/2131
after fixing this gcc needs to be re-bootstrapped (working on it)