From 3dd1591ed63f5e33eed5f5e9b6bb24698da49f82 Mon Sep 17 00:00:00 2001
From: Jeroen Oortwijn <oortwijn@gmail.com>
Date: Mon, 27 Jul 2015 17:22:36 +0200
Subject: [PATCH] configure: Add host as valid build target in help
Also fix paste error.
---
configure | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure b/configure
index 1bedae3..969ab28 100755
a
|
b
|
options:
|
79 | 79 | git.haiku-os.org (via ssh). |
80 | 80 | --target=TARGET Select build target platform. |
81 | 81 | [default=${TARGET_PLATFORM}] |
82 | | valid targets=r5,bone,dano,haiku |
| 82 | valid targets=r5,bone,dano,haiku,host |
83 | 83 | --target-arch <arch> Haiku only: Specify the target architecture to |
84 | 84 | build for. Must be one of the architectures of the |
85 | 85 | host system. The installed build tools for that |
… |
… |
options:
|
90 | 90 | ones the secondary architectures. |
91 | 91 | --target-board <board> ARM only: Specify the board to build for. Must be |
92 | 92 | one of beagle,rpi1,rpi2,cubieboard4,verdex,overo. |
93 | | --update re-runs last configure invocation [cubieboard4must be given |
| 93 | --update re-runs last configure invocation [must be given |
94 | 94 | as first option!] |
95 | 95 | --use-clang Build with host Clang instead of GCC cross |
96 | 96 | compiler |