aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorDavid Edelsohn <dje.gcc@gmail.com>2018-08-13 13:37:19 +0000
committerDavid Edelsohn <dje@gcc.gnu.org>2018-08-13 09:37:19 -0400
commit116c7f320e45d6903b525717ad1b24c281b0b7d1 (patch)
tree3a432f4c574641b01c4b676a98be8eab1bf43933 /gcc/config.gcc
parentbd9b3d3d1a8d33e460ae137da0cb0d5a919e8f8f (diff)
downloadgcc-116c7f320e45d6903b525717ad1b24c281b0b7d1.zip
gcc-116c7f320e45d6903b525717ad1b24c281b0b7d1.tar.gz
gcc-116c7f320e45d6903b525717ad1b24c281b0b7d1.tar.bz2
config.gcc (rs6000-ibm-aix4.x): Delete.
* config.gcc (rs6000-ibm-aix4.x): Delete. (rs6000-ibm-aix5.1): Delete. (rs6000-ibm-aix5.2): Delete. (rs6000-ibm-aix5.3): Delete. * config/rs6000/aix43.h: Delete. * config/rs6000/aix51.h: Delete. * config/rs6000/aix52.h: Delete. * config/rs6000/t-aix43: Delete. From-SVN: r263506
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc36
1 files changed, 0 insertions, 36 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index ea6715a..17ca0cf 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -2635,42 +2635,6 @@ powerpcle-*-eabi*)
extra_options="${extra_options} rs6000/sysv4.opt"
use_gcc_stdint=wrap
;;
-rs6000-ibm-aix4.[3456789]* | powerpc-ibm-aix4.[3456789]*)
- tm_file="rs6000/biarch64.h ${tm_file} rs6000/aix.h rs6000/aix43.h rs6000/xcoff.h rs6000/aix-stdint.h"
- tmake_file="rs6000/t-aix43 t-slibgcc"
- extra_options="${extra_options} rs6000/aix64.opt"
- use_collect2=yes
- thread_file='aix'
- use_gcc_stdint=provide
- extra_headers=
- ;;
-rs6000-ibm-aix5.1.* | powerpc-ibm-aix5.1.*)
- tm_file="rs6000/biarch64.h ${tm_file} rs6000/aix.h rs6000/aix51.h rs6000/xcoff.h rs6000/aix-stdint.h"
- extra_options="${extra_options} rs6000/aix64.opt"
- tmake_file="rs6000/t-aix43 t-slibgcc"
- use_collect2=yes
- thread_file='aix'
- use_gcc_stdint=wrap
- extra_headers=
- ;;
-rs6000-ibm-aix5.2.* | powerpc-ibm-aix5.2.*)
- tm_file="${tm_file} rs6000/aix.h rs6000/aix52.h rs6000/xcoff.h rs6000/aix-stdint.h"
- tmake_file="rs6000/t-aix52 t-slibgcc"
- extra_options="${extra_options} rs6000/aix64.opt"
- use_collect2=yes
- thread_file='aix'
- use_gcc_stdint=wrap
- extra_headers=
- ;;
-rs6000-ibm-aix5.3.* | powerpc-ibm-aix5.3.*)
- tm_file="${tm_file} rs6000/aix.h rs6000/aix53.h rs6000/xcoff.h rs6000/aix-stdint.h"
- tmake_file="rs6000/t-aix52 t-slibgcc"
- extra_options="${extra_options} rs6000/aix64.opt"
- use_collect2=yes
- thread_file='aix'
- use_gcc_stdint=wrap
- extra_headers=altivec.h
- ;;
rs6000-ibm-aix6.* | powerpc-ibm-aix6.*)
tm_file="${tm_file} rs6000/aix.h rs6000/aix61.h rs6000/xcoff.h rs6000/aix-stdint.h"
tmake_file="rs6000/t-aix52 t-slibgcc"