aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorDavid Edelsohn <dje.gcc@gmail.com>2021-04-22 17:41:10 -0400
committerDavid Edelsohn <dje.gcc@gmail.com>2021-04-22 19:43:55 -0400
commit0745b6fa66c69cc1e27547601298843c26f0e144 (patch)
tree10c19d275ed89732c6c70ccab8106ba7f2038490 /gcc/config.gcc
parentb5f79f4d3808294192ec7438718aa54cf8982128 (diff)
downloadgcc-0745b6fa66c69cc1e27547601298843c26f0e144.zip
gcc-0745b6fa66c69cc1e27547601298843c26f0e144.tar.gz
gcc-0745b6fa66c69cc1e27547601298843c26f0e144.tar.bz2
aix: Remove AIX 6.1 support.
AIX 6.1 is past end of life and extended support. This patch removes the configuration option and references to AIX 6.1. contrib/ChangeLog: * config-list.mk: Remove rs6000-ibm-aix6.1. Rename rs6000-ibm-aix7.1 to powerpc-ibm-aix7.1. Add powerpc-ibm-aix7.2. gcc/ChangeLog: * config.gcc (powerpc-ibm-aix6.*): Remove. * config/rs6000/aix61.h: Delete.
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc9
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index a020e08..e49e40f 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -3122,15 +3122,6 @@ pru*-*-*)
extra_objs="pru-pragma.o pru-passes.o"
use_gcc_stdint=wrap
;;
-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"
- extra_options="${extra_options} rs6000/aix64.opt"
- use_collect2=yes
- thread_file='aix'
- use_gcc_stdint=wrap
- default_use_cxa_atexit=yes
- ;;
rs6000-ibm-aix7.1.* | powerpc-ibm-aix7.1.*)
tmake_file="rs6000/t-aix52 t-slibgcc"
if test x$cpu_is_64bit = xyes; then