summaryrefslogtreecommitdiff
path: root/extra/Configs/Config.i386
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-01-16 07:15:18 +0000
committerEric Andersen <andersen@codepoet.org>2003-01-16 07:15:18 +0000
commitc52c2a24e3fb7a44cddcef94e6521316c5e609ca (patch)
tree920bd112eb05301f254829aeb20265ff76034a60 /extra/Configs/Config.i386
parent8fb868cee4d58c06175765bb446a815f8b52d104 (diff)
Update build rules a bit. fix quoting problems. Update default
x86 compiler optimization to not force building i386 opcodes.
Diffstat (limited to 'extra/Configs/Config.i386')
-rw-r--r--extra/Configs/Config.i3867
1 files changed, 6 insertions, 1 deletions
diff --git a/extra/Configs/Config.i386 b/extra/Configs/Config.i386
index 338981875..d208fa95b 100644
--- a/extra/Configs/Config.i386
+++ b/extra/Configs/Config.i386
@@ -22,7 +22,7 @@ config LIBGCC_CFLAGS
choice
prompt "Target Processor Type"
- default CONFIG_386
+ default CONFIG_GENERIC_386
help
This is the processor type of your CPU. This information is used for
optimizing purposes. To build a library that will run on all x86 CPU
@@ -31,6 +31,8 @@ choice
will even run on anything other than the selected processor type.
Here are the settings recommended for greatest speed:
+ - "Generic 386" select this if your compiler is already setup to
+ optimize things properly.
- "386" for the AMD/Cyrix/Intel 386DX/DXL/SL/SLC/SX, Cyrix/TI
486DLC/DLC2, UMC 486SX-S and NexGen Nx586. Only "386" kernels
will run on a 386 class machine.
@@ -52,6 +54,9 @@ choice
If you don't know what to do, choose "386".
+config CONFIG_GENERIC_386
+ bool "Generic 386"
+
config CONFIG_386
bool "386"