Author: myles Date: 2008-05-29 16:38:03 +0200 (Thu, 29 May 2008) New Revision: 199
Modified: buildrom-devel/config/platforms/alix1c.conf buildrom-devel/config/platforms/alix2c3.conf buildrom-devel/config/platforms/asus_a8v-e_se.conf buildrom-devel/config/platforms/db800.conf buildrom-devel/config/platforms/dbe61.conf buildrom-devel/config/platforms/ga-2761gxdk.conf buildrom-devel/config/platforms/m57sli.conf buildrom-devel/config/platforms/msm800sev.conf buildrom-devel/config/platforms/norwich.conf buildrom-devel/config/platforms/platforms.conf buildrom-devel/config/platforms/qemu.conf buildrom-devel/config/platforms/serengeti_cheetah.conf buildrom-devel/config/platforms/supermicro-h8dmr.conf buildrom-devel/config/platforms/tyan-s2881.conf buildrom-devel/config/platforms/tyan-s2882.conf buildrom-devel/config/platforms/tyan-s2891.conf buildrom-devel/config/platforms/tyan-s2892.conf buildrom-devel/config/platforms/tyan-s2895.conf Log: This is a simple patch which consolidates the compiler settings. I think it might be better somewhere else, but at least it is consolidated.
Signed-off-by: Myles Watson mylesgw@gmail.com Acked-by: Jordan Crouse jordan.crouse@amd.com
Modified: buildrom-devel/config/platforms/alix1c.conf =================================================================== --- buildrom-devel/config/platforms/alix1c.conf 2008-05-22 20:57:22 UTC (rev 198) +++ buildrom-devel/config/platforms/alix1c.conf 2008-05-29 14:38:03 UTC (rev 199) @@ -2,10 +2,6 @@
#### Platform configuration
-CC=gcc -STRIP=strip -AS=as - TARGET_ARCH=i586 CFLAGS_platform =
Modified: buildrom-devel/config/platforms/alix2c3.conf =================================================================== --- buildrom-devel/config/platforms/alix2c3.conf 2008-05-22 20:57:22 UTC (rev 198) +++ buildrom-devel/config/platforms/alix2c3.conf 2008-05-29 14:38:03 UTC (rev 199) @@ -2,10 +2,6 @@
#### Platform configuration
-CC=gcc -STRIP=strip -AS=as - TARGET_ARCH=i586 CFLAGS_platform =
Modified: buildrom-devel/config/platforms/asus_a8v-e_se.conf =================================================================== --- buildrom-devel/config/platforms/asus_a8v-e_se.conf 2008-05-22 20:57:22 UTC (rev 198) +++ buildrom-devel/config/platforms/asus_a8v-e_se.conf 2008-05-29 14:38:03 UTC (rev 199) @@ -2,10 +2,6 @@
#### Platform configuration
-CC=gcc -STRIP=strip -AS=as - ifeq ($(CONFIG_TARGET_64BIT),y) TARGET_ARCH=x86_64 CFLAGS_platform =
Modified: buildrom-devel/config/platforms/db800.conf =================================================================== --- buildrom-devel/config/platforms/db800.conf 2008-05-22 20:57:22 UTC (rev 198) +++ buildrom-devel/config/platforms/db800.conf 2008-05-29 14:38:03 UTC (rev 199) @@ -3,10 +3,6 @@
#### Platform configuration
-CC=gcc -STRIP=strip -AS=as - TARGET_ARCH=i586 CFLAGS_platform =
Modified: buildrom-devel/config/platforms/dbe61.conf =================================================================== --- buildrom-devel/config/platforms/dbe61.conf 2008-05-22 20:57:22 UTC (rev 198) +++ buildrom-devel/config/platforms/dbe61.conf 2008-05-29 14:38:03 UTC (rev 199) @@ -4,10 +4,6 @@
#### Platform configuration
-CC=gcc -STRIP=strip -AS=as - TARGET_ARCH=i586 CFLAGS_platform =
Modified: buildrom-devel/config/platforms/ga-2761gxdk.conf =================================================================== --- buildrom-devel/config/platforms/ga-2761gxdk.conf 2008-05-22 20:57:22 UTC (rev 198) +++ buildrom-devel/config/platforms/ga-2761gxdk.conf 2008-05-29 14:38:03 UTC (rev 199) @@ -2,10 +2,6 @@
#### Platform configuration
-CC=gcc -STRIP=strip -AS=as - ifeq ($(CONFIG_TARGET_64BIT),y) TARGET_ARCH=x86_64 CFLAGS_platform =
Modified: buildrom-devel/config/platforms/m57sli.conf =================================================================== --- buildrom-devel/config/platforms/m57sli.conf 2008-05-22 20:57:22 UTC (rev 198) +++ buildrom-devel/config/platforms/m57sli.conf 2008-05-29 14:38:03 UTC (rev 199) @@ -2,10 +2,6 @@
#### Platform configuration
-CC=gcc -STRIP=strip -AS=as - ifeq ($(CONFIG_TARGET_64BIT),y) TARGET_ARCH=x86_64 CFLAGS_platform =
Modified: buildrom-devel/config/platforms/msm800sev.conf =================================================================== --- buildrom-devel/config/platforms/msm800sev.conf 2008-05-22 20:57:22 UTC (rev 198) +++ buildrom-devel/config/platforms/msm800sev.conf 2008-05-29 14:38:03 UTC (rev 199) @@ -3,10 +3,6 @@
#### Platform configuration
-CC=gcc -STRIP=strip -AS=as - TARGET_ARCH=i586 CFLAGS_platform =
Modified: buildrom-devel/config/platforms/norwich.conf =================================================================== --- buildrom-devel/config/platforms/norwich.conf 2008-05-22 20:57:22 UTC (rev 198) +++ buildrom-devel/config/platforms/norwich.conf 2008-05-29 14:38:03 UTC (rev 199) @@ -3,10 +3,6 @@
#### Platform configuration
-CC=gcc -STRIP=strip -AS=as - TARGET_ARCH=i586 CFLAGS_platform =
Modified: buildrom-devel/config/platforms/platforms.conf =================================================================== --- buildrom-devel/config/platforms/platforms.conf 2008-05-22 20:57:22 UTC (rev 198) +++ buildrom-devel/config/platforms/platforms.conf 2008-05-29 14:38:03 UTC (rev 199) @@ -1,6 +1,11 @@ # This will include the correct configuration for the # selected platform
+# Compiler +CC=gcc +STRIP=strip +AS=as + ##Include the correct platform configuration
PLATFORM-y=
Modified: buildrom-devel/config/platforms/qemu.conf =================================================================== --- buildrom-devel/config/platforms/qemu.conf 2008-05-22 20:57:22 UTC (rev 198) +++ buildrom-devel/config/platforms/qemu.conf 2008-05-29 14:38:03 UTC (rev 199) @@ -2,10 +2,6 @@
#### Platform configuration
-CC=gcc -STRIP=strip -AS=as - TARGET_ARCH=i686 CFLAGS_platform =
Modified: buildrom-devel/config/platforms/serengeti_cheetah.conf =================================================================== --- buildrom-devel/config/platforms/serengeti_cheetah.conf 2008-05-22 20:57:22 UTC (rev 198) +++ buildrom-devel/config/platforms/serengeti_cheetah.conf 2008-05-29 14:38:03 UTC (rev 199) @@ -3,10 +3,6 @@
#### Platform configuration
-CC=gcc -STRIP=strip -AS=as - ifeq ($(CONFIG_TARGET_64BIT),y) TARGET_ARCH=x86_64 CFLAGS_platform =
Modified: buildrom-devel/config/platforms/supermicro-h8dmr.conf =================================================================== --- buildrom-devel/config/platforms/supermicro-h8dmr.conf 2008-05-22 20:57:22 UTC (rev 198) +++ buildrom-devel/config/platforms/supermicro-h8dmr.conf 2008-05-29 14:38:03 UTC (rev 199) @@ -2,10 +2,6 @@
#### Platform configuration
-CC=gcc -STRIP=strip -AS=as - ifeq ($(CONFIG_TARGET_64BIT), y) TARGET_ARCH=x86_64 CFLAGS_platform =
Modified: buildrom-devel/config/platforms/tyan-s2881.conf =================================================================== --- buildrom-devel/config/platforms/tyan-s2881.conf 2008-05-22 20:57:22 UTC (rev 198) +++ buildrom-devel/config/platforms/tyan-s2881.conf 2008-05-29 14:38:03 UTC (rev 199) @@ -2,10 +2,6 @@
#### Platform configuration
-CC=gcc -STRIP=strip -AS=as - ifeq ($(CONFIG_TARGET_64BIT), y) TARGET_ARCH=x86_64 CFLAGS_platform =
Modified: buildrom-devel/config/platforms/tyan-s2882.conf =================================================================== --- buildrom-devel/config/platforms/tyan-s2882.conf 2008-05-22 20:57:22 UTC (rev 198) +++ buildrom-devel/config/platforms/tyan-s2882.conf 2008-05-29 14:38:03 UTC (rev 199) @@ -2,10 +2,6 @@
#### Platform configuration
-CC=gcc -STRIP=strip -AS=as - ifeq ($(CONFIG_TARGET_64BIT), y) TARGET_ARCH=x86_64 CFLAGS_platform =
Modified: buildrom-devel/config/platforms/tyan-s2891.conf =================================================================== --- buildrom-devel/config/platforms/tyan-s2891.conf 2008-05-22 20:57:22 UTC (rev 198) +++ buildrom-devel/config/platforms/tyan-s2891.conf 2008-05-29 14:38:03 UTC (rev 199) @@ -2,10 +2,6 @@
#### Platform configuration
-CC=gcc -STRIP=strip -AS=as - ifeq ($(CONFIG_TARGET_64BIT), y) TARGET_ARCH=x86_64 CFLAGS_platform =
Modified: buildrom-devel/config/platforms/tyan-s2892.conf =================================================================== --- buildrom-devel/config/platforms/tyan-s2892.conf 2008-05-22 20:57:22 UTC (rev 198) +++ buildrom-devel/config/platforms/tyan-s2892.conf 2008-05-29 14:38:03 UTC (rev 199) @@ -2,10 +2,6 @@
#### Platform configuration
-CC=gcc -STRIP=strip -AS=as - ifeq ($(CONFIG_TARGET_64BIT), y) TARGET_ARCH=x86_64 CFLAGS_platform =
Modified: buildrom-devel/config/platforms/tyan-s2895.conf =================================================================== --- buildrom-devel/config/platforms/tyan-s2895.conf 2008-05-22 20:57:22 UTC (rev 198) +++ buildrom-devel/config/platforms/tyan-s2895.conf 2008-05-29 14:38:03 UTC (rev 199) @@ -2,10 +2,6 @@
#### Platform configuration
-CC=gcc -STRIP=strip -AS=as - ifeq ($(CONFIG_TARGET_64BIT), y) TARGET_ARCH=x86_64 CFLAGS_platform =