From 4a0317653844e95c7c504bbe71774734d3dad139 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Mon, 5 Apr 2004 14:25:06 +0000 Subject: [PATCH] Added GNU_TARGET definition. --- configure/os/CONFIG.Common.vxWorks-68040 | 1 + configure/os/CONFIG.Common.vxWorks-68040lc | 2 ++ configure/os/CONFIG.Common.vxWorks-68060 | 1 + configure/os/CONFIG.Common.vxWorks-ppc603 | 1 + configure/os/CONFIG.Common.vxWorks-ppc603_long | 1 + configure/os/CONFIG.Common.vxWorks-ppc604 | 1 + configure/os/CONFIG.Common.vxWorks-ppc604_long | 1 + 7 files changed, 8 insertions(+) diff --git a/configure/os/CONFIG.Common.vxWorks-68040 b/configure/os/CONFIG.Common.vxWorks-68040 index 36d9975f2..5ca818cff 100644 --- a/configure/os/CONFIG.Common.vxWorks-68040 +++ b/configure/os/CONFIG.Common.vxWorks-68040 @@ -19,3 +19,4 @@ ARCH_CLASS = 68k ARCH_DEP_CPPFLAGS = -DCPU=MC68040 ARCH_DEP_CFLAGS = -m68040 +GNU_TARGET = m68k-wrs-vxworks diff --git a/configure/os/CONFIG.Common.vxWorks-68040lc b/configure/os/CONFIG.Common.vxWorks-68040lc index 6d27f3104..7d0f191a7 100644 --- a/configure/os/CONFIG.Common.vxWorks-68040lc +++ b/configure/os/CONFIG.Common.vxWorks-68040lc @@ -18,3 +18,5 @@ ARCH_CLASS = 68k # Architecture specific build flags ARCH_DEP_CPPFLAGS = -DCPU=MC68LC040 ARCH_DEP_CFLAGS = -m68040 -msoft-float + +GNU_TARGET = m68k-wrs-vxworks diff --git a/configure/os/CONFIG.Common.vxWorks-68060 b/configure/os/CONFIG.Common.vxWorks-68060 index 1eee53f88..b1053a47c 100644 --- a/configure/os/CONFIG.Common.vxWorks-68060 +++ b/configure/os/CONFIG.Common.vxWorks-68060 @@ -19,3 +19,4 @@ ARCH_CLASS = 68k ARCH_DEP_CPPFLAGS = -DCPU=MC68060 ARCH_DEP_CFLAGS = -m68040 +GNU_TARGET = m68k-wrs-vxworks diff --git a/configure/os/CONFIG.Common.vxWorks-ppc603 b/configure/os/CONFIG.Common.vxWorks-ppc603 index 3bcc83b81..1bfeb42ca 100644 --- a/configure/os/CONFIG.Common.vxWorks-ppc603 +++ b/configure/os/CONFIG.Common.vxWorks-ppc603 @@ -19,3 +19,4 @@ ARCH_CLASS = ppc ARCH_DEP_CPPFLAGS = -DCPU=PPC603 ARCH_DEP_CFLAGS = -mcpu=603 -mstrict-align +GNU_TARGET = powerpc-wrs-vxworks diff --git a/configure/os/CONFIG.Common.vxWorks-ppc603_long b/configure/os/CONFIG.Common.vxWorks-ppc603_long index 32eb33d22..96759b230 100644 --- a/configure/os/CONFIG.Common.vxWorks-ppc603_long +++ b/configure/os/CONFIG.Common.vxWorks-ppc603_long @@ -19,3 +19,4 @@ ARCH_CLASS = ppc ARCH_DEP_CPPFLAGS = -DCPU=PPC603 ARCH_DEP_CFLAGS = -mcpu=603 -mstrict-align -mlongcall +GNU_TARGET = powerpc-wrs-vxworks diff --git a/configure/os/CONFIG.Common.vxWorks-ppc604 b/configure/os/CONFIG.Common.vxWorks-ppc604 index 605632542..5c931acab 100644 --- a/configure/os/CONFIG.Common.vxWorks-ppc604 +++ b/configure/os/CONFIG.Common.vxWorks-ppc604 @@ -19,3 +19,4 @@ ARCH_CLASS = ppc ARCH_DEP_CPPFLAGS = -DCPU=PPC604 ARCH_DEP_CFLAGS = -mcpu=604 -mstrict-align +GNU_TARGET = powerpc-wrs-vxworks diff --git a/configure/os/CONFIG.Common.vxWorks-ppc604_long b/configure/os/CONFIG.Common.vxWorks-ppc604_long index 5e29cb4b1..518bb5041 100644 --- a/configure/os/CONFIG.Common.vxWorks-ppc604_long +++ b/configure/os/CONFIG.Common.vxWorks-ppc604_long @@ -19,3 +19,4 @@ ARCH_CLASS = ppc ARCH_DEP_CPPFLAGS = -DCPU=PPC604 ARCH_DEP_CFLAGS = -mcpu=604 -mstrict-align -mlongcall +GNU_TARGET = powerpc-wrs-vxworks