config/target.in
changeset 767 fe5e42bf7bbc
parent 633 9193aa9460db
child 791 78b6d5e1213d
     1.1 --- a/config/target.in	Mon Jun 30 11:33:52 2008 +0000
     1.2 +++ b/config/target.in	Thu Aug 07 15:18:18 2008 +0000
     1.3 @@ -228,4 +228,14 @@
     1.4        
     1.5        Leave blank if you don't know better.
     1.6  
     1.7 +config TARGET_LDFLAGS
     1.8 +    string
     1.9 +    prompt "Target LDFLAGS"
    1.10 +    default ""
    1.11 +    help
    1.12 +      Used to add specific options when linking libraries of the toolchain,
    1.13 +      that will run on your target.
    1.14 +      
    1.15 +      Leave blank if you don't know better.
    1.16 +
    1.17  endmenu