diff options
author | Michael Meissner <meissner@gcc.gnu.org> | 1996-01-24 20:56:01 +0000 |
---|---|---|
committer | Michael Meissner <meissner@gcc.gnu.org> | 1996-01-24 20:56:01 +0000 |
commit | 7509c7593690d86c4c754551d541f50c5aa3550a (patch) | |
tree | 1cb1748a7f0fdcf827bb4c4427daaf7270a2b18b /gcc/config/rs6000/eabiaix.h | |
parent | 8b4f9969f1d80d723e05ba143823435024c12949 (diff) | |
download | gcc-7509c7593690d86c4c754551d541f50c5aa3550a.zip gcc-7509c7593690d86c4c754551d541f50c5aa3550a.tar.gz gcc-7509c7593690d86c4c754551d541f50c5aa3550a.tar.bz2 |
Small data support; Windows NT attributes; windows NT call indrect fix
From-SVN: r11093
Diffstat (limited to 'gcc/config/rs6000/eabiaix.h')
-rw-r--r-- | gcc/config/rs6000/eabiaix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/eabiaix.h b/gcc/config/rs6000/eabiaix.h index 82b059c..4ac1545 100644 --- a/gcc/config/rs6000/eabiaix.h +++ b/gcc/config/rs6000/eabiaix.h @@ -37,4 +37,4 @@ Boston, MA 02111-1307, USA. */ `MULTILIB_OPTIONS' are set by default. *Note Target Fragment::. */ #undef MULTILIB_DEFAULTS -#define MULTILIB_DEFAULTS { "mbig", "mbig-endian", "mcall-aix" } +#define MULTILIB_DEFAULTS { "mbig", "mbig-endian", "mcall-aix", "mno-sdata" } |