summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2005-07-02 07:48:41 +0000
committerIan Romanick <idr@us.ibm.com>2005-07-02 07:48:41 +0000
commit1a9cac10b85aed9f93d765a1569dbaeb658a9def (patch)
treefdca02e71e5b78b86354912af43a8cedf7c852bb
parent9204e87b2ea2e9b441ab6422ae58bfebb5cdffce (diff)
linux-x86-32 is unnecessary. The same thing can be acomplished by
'make linux-x86 ARCH_FLAGS=-m32'.
-rw-r--r--configs/linux-x86-3213
1 files changed, 0 insertions, 13 deletions
diff --git a/configs/linux-x86-32 b/configs/linux-x86-32
deleted file mode 100644
index ac56577352a..00000000000
--- a/configs/linux-x86-32
+++ /dev/null
@@ -1,13 +0,0 @@
-# To build Linux x86 32-bit in an x86-64 environment
-
-include $(TOP)/configs/linux-x86
-
-CONFIG_NAME = linux-x86-32
-
-
-# Other than -m32, these are the same as in linux-x86, which we included above.
-
-CFLAGS = -m32 -Wall -O3 -ansi -pedantic -fPIC -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM -DPTHREADS -I/usr/X11R6/include
-
-CXXFLAGS = -m32 -Wall -O3 fPIC -D_POSIX_SOURCE -D_SVID_SOURCE -D_BSD_SOURCE
-