Opened 11 years ago
Closed 11 years ago
#10772 closed bug (fixed)
HAIKU_BOOT_BOARD should be a configure option.
Reported by: | pulkomandy | Owned by: | bonefish |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Build System | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | arm |
Description
Currently, HAIKU_BOOT_BOARD is given to Jam using the -s command line switch. There are problems with that:
- The build tools, which are built with configure, are currently specific to each board, or at least CPU core version.
- Jam invokes itself during the build, and does not forward the option.
- Changing this between two builds in the same dir doesn't work, because the compiler flags given for each board are incompatible.
Move the HAIKU_BOOOT_BOARD definition to configure-time to fix these problems.
Note:
See TracTickets
for help on using tickets.
Added the configure option (--target-board) in hrev47157. It does not affect the build tools compilation yet, however.