aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorZack Weinberg <zack@gcc.gnu.org>2001-11-21 02:57:16 +0000
committerZack Weinberg <zack@gcc.gnu.org>2001-11-21 02:57:16 +0000
commitf607bc57e3c6ec362167f7c11a6886268cfadf29 (patch)
tree917c35e154b9151d2cdc77dbcf5fc78078d145b0 /gcc/config.gcc
parent533f5e0fbeed88a6bcb90619f0641e7f1a9fb8a1 (diff)
downloadgcc-f607bc57e3c6ec362167f7c11a6886268cfadf29.zip
gcc-f607bc57e3c6ec362167f7c11a6886268cfadf29.tar.gz
gcc-f607bc57e3c6ec362167f7c11a6886268cfadf29.tar.bz2
config.gcc: Delete powerpcle-*-solaris2* stanza.
* config.gcc: Delete powerpcle-*-solaris2* stanza. * config/rs6000/eabi.asm, config/rs6000/rs6000.c, config/rs6000/rs6000.h, config/rs6000/rs6000.md, config/rs6000/sol-ci.asm, config/rs6000/sol-cn.asm, config/rs6000/sysv4.h, config/rs6000/t-ppccomm, config/rs6000/t-ppcos: Expunge all references to Solaris. * config/rs6000/sol-c0.c, config/rs6000/sol2.h: Delete. * config/rs6000/rs6000.md: Replace '%$' with '$' in all output templates. * config/rs6000/rs6000.h: Define DEFAULT_PCC_STRUCT_RETURN to 0, and change RETURN_IN_MEMORY to just check AGGREGATE_TYPE_P. From-SVN: r47232
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc6
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index f41583c..68417af 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -2745,12 +2745,6 @@ powerpcle-*-eabi*)
tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
extra_headers=ppc-asm.h
;;
-powerpcle-*-solaris2*)
- tm_file="${tm_file} elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h rs6000/sol2.h"
- xm_defines=POSIX
- tmake_file="rs6000/t-ppcos rs6000/t-ppccomm"
- extra_headers=ppc-asm.h
- ;;
rs6000-ibm-aix3.[01]*)
xm_defines=POSIX
tm_file="${tm_file} rs6000/aix.h rs6000/aix31.h rs6000/xcoff.h"