build: Fix raspberry_pi target board name. Not pi

This commit is contained in:
Alexander von Gluck IV 2014-04-27 17:03:16 -05:00
parent 1274874d1d
commit c0b833b10a
1 changed files with 2 additions and 2 deletions

4
configure vendored
View File

@ -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
"