diff options
author | lloyd <[email protected]> | 2007-10-21 19:11:14 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2007-10-21 19:11:14 +0000 |
commit | b79fa270866cc17d2bc500505f32b9ca179315c9 (patch) | |
tree | b2b295d01d6a1916127aea6d14218b08ef71ce13 /misc/config/arch | |
parent | a7fd363a1e66b15ef7c21043dd5c21a6bb7c37b7 (diff) |
Make i686 the x86 default CPU (used if the user just says 'x86' or equivalent)
Diffstat (limited to 'misc/config/arch')
-rw-r--r-- | misc/config/arch/ia32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/config/arch/ia32 b/misc/config/arch/ia32 index 999015af3..1d2b36af1 100644 --- a/misc/config/arch/ia32 +++ b/misc/config/arch/ia32 @@ -1,6 +1,6 @@ realname "IA-32" -default_submodel i586 +default_submodel i686 endian little unaligned ok |