diff options
author | David Edelsohn <dje.gcc@gmail.com> | 2016-06-21 13:21:02 +0000 |
---|---|---|
committer | David Edelsohn <dje@gcc.gnu.org> | 2016-06-21 09:21:02 -0400 |
commit | 316ded5382f62820e2babaaf1c8a1448edd4d13c (patch) | |
tree | 47cea5ada81e5a434f24b3440e3af3c7757c1ed1 /contrib | |
parent | 6380a82ebec199fcd27f320c1f7115293781386b (diff) | |
download | gcc-316ded5382f62820e2babaaf1c8a1448edd4d13c.zip gcc-316ded5382f62820e2babaaf1c8a1448edd4d13c.tar.gz gcc-316ded5382f62820e2babaaf1c8a1448edd4d13c.tar.bz2 |
config-list.mk: Remove rs6000-ibm-aix4.3, rs6000-ibm-aix5.1, rs6000-ibm-aix5.2.
* config-list.mk: Remove rs6000-ibm-aix4.3, rs6000-ibm-aix5.1,
rs6000-ibm-aix5.2.
Rename rs6000-ibm-aix6.0 as rs6000-ibm-aix6.1.
Add rs6000-ibm-aix7.1.
From-SVN: r237644
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/ChangeLog | 7 | ||||
-rw-r--r-- | contrib/config-list.mk | 4 |
2 files changed, 9 insertions, 2 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 1a0badc..2dee7e2 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,10 @@ +2016-06-21 David Edelsohn <dje.gcc@gmail.com> + + * config-list.mk: Remove rs6000-ibm-aix4.3, rs6000-ibm-aix5.1, + rs6000-ibm-aix5.2. + Rename rs6000-ibm-aix6.0 as rs6000-ibm-aix6.1. + Add rs6000-ibm-aix7.1. + 2016-06-17 Martin Liska <mliska@suse.cz> * analyze_brprob.py: Fix columns of script output. diff --git a/contrib/config-list.mk b/contrib/config-list.mk index be41d3c..9099223 100644 --- a/contrib/config-list.mk +++ b/contrib/config-list.mk @@ -81,8 +81,8 @@ LIST = aarch64-elf aarch64-linux-gnu aarch64-rtems \ powerpc-linux_paired powerpc64-linux_altivec \ powerpc-wrs-vxworks powerpc-wrs-vxworksae powerpc-wrs-vxworksmils \ powerpc-lynxos powerpcle-elf \ - powerpcle-eabisim powerpcle-eabi rs6000-ibm-aix4.3 rs6000-ibm-aix5.1.0 \ - rs6000-ibm-aix5.2.0 rs6000-ibm-aix5.3.0 rs6000-ibm-aix6.0 \ + powerpcle-eabisim powerpcle-eabi \ + rs6000-ibm-aix5.3.0 rs6000-ibm-aix6.1 rs6000-ibm-aix7.1 \ 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 \ |