diff mbox

config-list.mk AIX update

Message ID CAGWvny=fja9GYDWDM5WZ3skzayKxiWsX7oD6gkwerWNZHzMFoA@mail.gmail.com
State New
Headers show

Commit Message

David Edelsohn June 20, 2016, 6:13 p.m. UTC
This patch removes obsolete AIX 4.3, 5.1 and 5.2 configurations and
adds AIX 7.1 configuration.  GCC does not yet differentiate AIX 7.2,
so I did not include it.

Okay?

Thanks, David

* 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.

Comments

Jan-Benedict Glaw June 20, 2016, 6:31 p.m. UTC | #1
Hi David,

On Mon, 2016-06-20 14:13:33 -0400, David Edelsohn <dje.gcc@gmail.com> wrote:
> This patch removes obsolete AIX 4.3, 5.1 and 5.2 configurations and
> adds AIX 7.1 configuration.  GCC does not yet differentiate AIX 7.2,
> so I did not include it.
> 
> Okay?

Of course, you're AIX maintainer after all. ;-)

  Just a nitpick: Right now, the old AIX configurations weren't marked
as --enable-obsolete targets in gcc/config.gcc .  So I suggest to add
those there as well.

MfG, JBG
Jeff Law June 20, 2016, 7:26 p.m. UTC | #2
On 06/20/2016 12:13 PM, David Edelsohn wrote:
> This patch removes obsolete AIX 4.3, 5.1 and 5.2 configurations and
> adds AIX 7.1 configuration.  GCC does not yet differentiate AIX 7.2,
> so I did not include it.
>
> Okay?
>
> Thanks, David
>
> * 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.
I'd think this falls under aix & ppc maintainership, so you can/should 
self-approve ;-)

jeff
diff mbox

Patch

Index: config-list.mk
===================================================================
--- config-list.mk      (revision 237600)
+++ config-list.mk      (working copy)
@@ -81,8 +81,8 @@ 
   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 \