diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-05-29 15:58:15 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-05-29 15:58:15 +0000 |
commit | 75b6133098753a31b722f94b86e95b11323735f0 (patch) | |
tree | 520b14d2eb37023368c733dc59818deba35b94d2 /config/mt-sde | |
parent | d6719f7e17a613ad90039dc4adabbc82f8532d52 (diff) | |
download | cygnal-75b6133098753a31b722f94b86e95b11323735f0.tar.gz cygnal-75b6133098753a31b722f94b86e95b11323735f0.tar.bz2 cygnal-75b6133098753a31b722f94b86e95b11323735f0.zip |
Resync config/ from GCC.
Diffstat (limited to 'config/mt-sde')
-rw-r--r-- | config/mt-sde | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/mt-sde b/config/mt-sde index cb204203d..d6992e415 100644 --- a/config/mt-sde +++ b/config/mt-sde @@ -5,6 +5,6 @@ # as they have the D-to-I redirect for PC-relative loads. -mno-gpopt # has two purposes: it allows libraries to be used in situations where # $gp != our _gp, and it allows them to be built with -G8 while -# retaining link compability with -G0 and -G4. +# retaining link compatibility with -G0 and -G4. CFLAGS_FOR_TARGET += -Os -minterlink-mips16 -mcode-xonly -mno-gpopt CXXFLAGS_FOR_TARGET += -Os -minterlink-mips16 -mcode-xonly -mno-gpopt |