config/global/build-behave.in
changeset 2701 99de89e9acba
parent 2695 f2495884ca3e
child 2705 80a09cf51c87
     1.1 --- a/config/global/build-behave.in	Thu Sep 29 12:40:42 2011 +1300
     1.2 +++ b/config/global/build-behave.in	Wed Oct 05 14:19:51 2011 +1300
     1.3 @@ -41,6 +41,16 @@
     1.4        Use gcc's option -pipe to use pipes rather than temp files when building
     1.5        the toolchain.
     1.6  
     1.7 +config EXTRA_FLAGS_FOR_HOST
     1.8 +    string
     1.9 +    prompt "Extra host compiler flags"
    1.10 +    default ""
    1.11 +    help
    1.12 +      Extra flags to pass to the host C and C++ compiler.
    1.13 +
    1.14 +      May be used to change the default features of the host
    1.15 +      compiler such as turning off the stack protector or fortify.
    1.16 +
    1.17  choice
    1.18      bool
    1.19      prompt "Shell to use as CONFIG_SHELL"