diff mbox series

contrib: Remove rs6000-ibm-aix5.3.0 from config-list.mk

Message ID 20200518133847.1690-1-ibuclaw@gdcproject.org
State New
Headers show
Series contrib: Remove rs6000-ibm-aix5.3.0 from config-list.mk | expand

Commit Message

Iain Buclaw May 18, 2020, 1:38 p.m. UTC
Hi,

Looking at the results of building all targets (with D the front-end),
I noticed this configuration failed due to support being removed in
SVN r263506.

OK?

Regards,
Iain.

---
contrib/ChangeLog:

	* config-list.mk (LIST): Remove rs6000-ibm-aix5.3.0.
---
 contrib/config-list.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

David Edelsohn May 18, 2020, 1:42 p.m. UTC | #1
On Mon, May 18, 2020 at 9:38 AM Iain Buclaw <ibuclaw@gdcproject.org> wrote:
>
> Hi,
>
> Looking at the results of building all targets (with D the front-end),
> I noticed this configuration failed due to support being removed in
> SVN r263506.
>
> OK?
>
> Regards,
> Iain.
>
> ---
> contrib/ChangeLog:
>
>         * config-list.mk (LIST): Remove rs6000-ibm-aix5.3.0.

Okay.

We probably should remove AIX 6.1 as well.

Thanks, David
diff mbox series

Patch

diff --git a/contrib/config-list.mk b/contrib/config-list.mk
index d154286a497..c1c2fd162b1 100644
--- a/contrib/config-list.mk
+++ b/contrib/config-list.mk
@@ -83,7 +83,7 @@  LIST = aarch64-elf aarch64-linux-gnu aarch64-rtems \
   powerpc-lynxos powerpcle-elf \
   powerpcle-eabisim powerpcle-eabi \
   riscv32-unknown-linux-gnu riscv64-unknown-linux-gnu \
-  rs6000-ibm-aix5.3.0 rs6000-ibm-aix6.1 rs6000-ibm-aix7.1 \
+  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 \