diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-08-12 09:54:42 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-08-12 09:54:42 +0000 |
commit | ebeba61f44502d92582128361e1a57fb24e85d49 (patch) | |
tree | 0bcc1a97aa11a30387aa7d8f0fc6f1de67bba433 /config/target.in | |
parent | 70e05067fad15ea8126681c2705f1a65223f8a35 (diff) | |
download | crosstool-ng-ebeba61f44502d92582128361e1a57fb24e85d49.tar.gz crosstool-ng-ebeba61f44502d92582128361e1a57fb24e85d49.tar.bz2 crosstool-ng-ebeba61f44502d92582128361e1a57fb24e85d49.zip |
Move TARGET_LDFLAGS up with all target-dependent flags.
/trunk/config/target.in | 1 1 0 0 +
1 file changed, 1 insertion(+)
Diffstat (limited to 'config/target.in')
-rw-r--r-- | config/target.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/target.in b/config/target.in index b2f94301..b5c7af12 100644 --- a/config/target.in +++ b/config/target.in @@ -24,6 +24,7 @@ config ARCH_LE config ARCH_FLOAT_HW config ARCH_FLOAT_SW config TARGET_CFLAGS +config TARGET_LDFLAGS comment "General target options" |