diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-11-24 23:02:11 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-11-24 23:02:11 +0100 |
commit | 157400bfd96564424fc932e289cff99578e166b9 (patch) | |
tree | b8885769014ef85e0deba44f27155bb0956f6f70 /extra/Configs/Config.i386 | |
parent | f3a07d80c83f965fc3f459d19efa25a5b2a0c093 (diff) |
Config: default ia32 to i486
NPTL requires i486 on ia32 since i386 doesn't provide required lll
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'extra/Configs/Config.i386')
-rw-r--r-- | extra/Configs/Config.i386 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/Configs/Config.i386 b/extra/Configs/Config.i386 index 850ab8ea8..288aa5ebe 100644 --- a/extra/Configs/Config.i386 +++ b/extra/Configs/Config.i386 @@ -15,7 +15,7 @@ config FORCE_OPTIONS_FOR_ARCH choice prompt "Target x86 Processor Family" - default CONFIG_GENERIC_386 + default CONFIG_486 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 |