Opened 10 years ago

Closed 10 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.

Change History (1)

comment:1 by pulkomandy, 10 years ago

Resolution: fixed
Status: newclosed

Added the configure option (--target-board) in hrev47157. It does not affect the build tools compilation yet, however.

Note: See TracTickets for help on using tickets.