diff options
author | Ian Romanick <[email protected]> | 2005-07-08 21:55:56 +0000 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2005-07-08 21:55:56 +0000 |
commit | 6d5d1f8a41a53db94596c170270a37b94bf00eb3 (patch) | |
tree | 3081dc54d1dc0bc469133416a9696fd9c79d4394 /configs | |
parent | 38e2fa385de8a77d4e967fa5cbf5b702f752df2b (diff) |
Restore linux-x86-32 config for Brian.
Diffstat (limited to 'configs')
-rw-r--r-- | configs/linux-x86-32 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/configs/linux-x86-32 b/configs/linux-x86-32 new file mode 100644 index 00000000000..f18ce7a4596 --- /dev/null +++ b/configs/linux-x86-32 @@ -0,0 +1,7 @@ +# To build Linux x86 32-bit in an x86-64 environment + +include $(TOP)/configs/linux-x86 + +CONFIG_NAME = linux-x86-32 + +ARCH_FLAGS += -m32 |