diff options
author | David Edelsohn <dje.gcc@gmail.com> | 2021-04-22 17:41:10 -0400 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 2021-04-22 19:43:55 -0400 |
commit | 0745b6fa66c69cc1e27547601298843c26f0e144 (patch) | |
tree | 10c19d275ed89732c6c70ccab8106ba7f2038490 /contrib | |
parent | b5f79f4d3808294192ec7438718aa54cf8982128 (diff) | |
download | gcc-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 'contrib')
-rw-r--r-- | contrib/config-list.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/config-list.mk b/contrib/config-list.mk index 8a4ce8a..b9e9dd0 100644 --- a/contrib/config-list.mk +++ b/contrib/config-list.mk @@ -84,7 +84,7 @@ LIST = aarch64-elf aarch64-linux-gnu aarch64-rtems \ powerpcle-eabisim powerpcle-eabi \ pru-elf \ riscv32-unknown-linux-gnu riscv64-unknown-linux-gnu \ - rs6000-ibm-aix6.1 rs6000-ibm-aix7.1 \ + powerpc-ibm-aix7.1 powerpc-ibm-aix7.2 \ rl78-elf rx-elf s390-linux-gnu s390x-linux-gnu s390x-ibm-tpf sh-elf \ shle-linux sh-netbsdelf sh-superh-elf \ sh-rtems sh-wrs-vxworks sparc-elf \ |