Ticket #12248: 0001-configure-Add-host-as-valid-build-target-in-help.patch

File 0001-configure-Add-host-as-valid-build-target-in-help.patch, 1.6 KB (added by idefix, 9 years ago)
  • configure

    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:  
    7979                              git.haiku-os.org (via ssh).
    8080  --target=TARGET             Select build target platform.
    8181                              [default=${TARGET_PLATFORM}]
    82                               valid targets=r5,bone,dano,haiku
     82                              valid targets=r5,bone,dano,haiku,host
    8383  --target-arch <arch>        Haiku only: Specify the target architecture to
    8484                              build for. Must be one of the architectures of the
    8585                              host system. The installed build tools for that
    options:  
    9090                              ones the secondary architectures.
    9191  --target-board <board>      ARM only: Specify the board to build for. Must be
    9292                              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
    9494                              as first option!]
    9595  --use-clang                 Build with host Clang instead of GCC cross
    9696                              compiler