build: Fix raspberry_pi target board name. Not pi
This commit is contained in:
parent
1274874d1d
commit
c0b833b10a
4
configure
vendored
4
configure
vendored
@ -88,7 +88,7 @@ options:
|
||||
architecture of the Haiku to build, subsequent
|
||||
ones the secondary architectures.
|
||||
--target-board <board> ARM only: Specify the board to build for. Must be
|
||||
one of beagle,pi,verdex.
|
||||
one of beagle,raspberry_pi,verdex.
|
||||
--update re-runs last configure invocation [must be given
|
||||
as first option!]
|
||||
--use-clang Build with host Clang instead of GCC cross
|
||||
@ -557,7 +557,7 @@ supportedTargetArchs="
|
||||
"
|
||||
supportedTargetBoards="
|
||||
beagle
|
||||
pi
|
||||
raspberry_pi
|
||||
verdex
|
||||
"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user