From c0b833b10a18d15bcb273dc10b3350f0ed4b63ea Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Sun, 27 Apr 2014 17:03:16 -0500 Subject: [PATCH] build: Fix raspberry_pi target board name. Not pi --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 4f1a460225..f411fe5f4f 100755 --- a/configure +++ b/configure @@ -88,7 +88,7 @@ options: architecture of the Haiku to build, subsequent ones the secondary architectures. --target-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 "