Move TARGET_LDFLAGS up with all target-dependent flags.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Aug 12 09:54:42 2008 +0000 (2008-08-12)
changeset 79178b6d5e1213d
parent 790 1007f2b72414
child 792 da7a34dfa178
Move TARGET_LDFLAGS up with all target-dependent flags.

/trunk/config/target.in | 1 1 0 0 +
1 file changed, 1 insertion(+)
config/target.in
     1.1 --- a/config/target.in	Tue Aug 12 09:14:55 2008 +0000
     1.2 +++ b/config/target.in	Tue Aug 12 09:54:42 2008 +0000
     1.3 @@ -24,6 +24,7 @@
     1.4  config ARCH_FLOAT_HW
     1.5  config ARCH_FLOAT_SW
     1.6  config TARGET_CFLAGS
     1.7 +config TARGET_LDFLAGS
     1.8  
     1.9  comment "General target options"
    1.10