diff options
author | YamaArashi <shadow962@live.com> | 2016-02-11 01:12:34 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-02-11 01:12:34 -0800 |
commit | b84b6b23fa58beb5674b37279742eb65461ca076 (patch) | |
tree | a85da124cbf9f888a31b750ede3a832c2c6b96aa /gcc/config/mips/x-iris6 | |
parent | 23e2a17097740709d4466a802e03992116b12900 (diff) |
delete irrelevant configs
Diffstat (limited to 'gcc/config/mips/x-iris6')
-rwxr-xr-x | gcc/config/mips/x-iris6 | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gcc/config/mips/x-iris6 b/gcc/config/mips/x-iris6 deleted file mode 100755 index 88c41f4..0000000 --- a/gcc/config/mips/x-iris6 +++ /dev/null @@ -1,11 +0,0 @@ -# We force the use of the O32 ABI for two reasons. -# 1) For consistency, because some versions of Irix 6 default to the O32 ABI -# and some versions default to the N64 ABI. -# 2) To avoid SGI compiler bugs. The v6.x and v7.0 compilers from SGI have -# bugs that cause gcc to be miscompiled when the N32 or N64 ABIs are used. -# The O32 ABI is known to be OK. -CC = $(OLDCC) -OLDCC = cc -32 - -# Find all of the declarations from the header files -FIXPROTO_DEFINES= -D__EXTENSIONS__ -D_SGI_SOURCE -D_LANGUAGE_C_PLUS_PLUS |