config/global/build-behave.in
changeset 3144 481658dd0e7f
parent 2716 afa3fde1f7a7
child 3172 edb17e96ca60
     1.1 --- a/config/global/build-behave.in	Sun Oct 16 13:26:26 2011 +0200
     1.2 +++ b/config/global/build-behave.in	Wed Dec 26 12:15:10 2012 +0100
     1.3 @@ -41,7 +41,27 @@
     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 +config EXTRA_CFLAGS_FOR_BUILD
     1.9 +    string
    1.10 +    prompt "Extra build compiler flags"
    1.11 +    default ""
    1.12 +    help
    1.13 +      Extra flags to pass to the build C and C++ compiler.
    1.14 +
    1.15 +      May be used to change the default features of the build
    1.16 +      compiler such as turning off the stack protector or fortify.
    1.17 +      
    1.18 +config EXTRA_LDFLAGS_FOR_BUILD
    1.19 +    string
    1.20 +    prompt "Extra build linker flags"
    1.21 +    default ""
    1.22 +    help
    1.23 +      Extra flags to pass to the build linker.
    1.24 +
    1.25 +      May be used to change the default features of the build
    1.26 +      linker.
    1.27 +      
    1.28 +config EXTRA_CFLAGS_FOR_HOST
    1.29      string
    1.30      prompt "Extra host compiler flags"
    1.31      default ""
    1.32 @@ -50,6 +70,16 @@
    1.33  
    1.34        May be used to change the default features of the host
    1.35        compiler such as turning off the stack protector or fortify.
    1.36 +      
    1.37 +config EXTRA_LDFLAGS_FOR_HOST
    1.38 +    string
    1.39 +    prompt "Extra host linker flags"
    1.40 +    default ""
    1.41 +    help
    1.42 +      Extra flags to pass to the host linker.
    1.43 +
    1.44 +      May be used to change the default features of the host
    1.45 +      linker.
    1.46  
    1.47  choice
    1.48      bool