diff options
author | lloyd <[email protected]> | 2008-09-29 17:13:57 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-29 17:13:57 +0000 |
commit | ba722ad52627163f945fd9fa97ff98f0df8452d1 (patch) | |
tree | f04f8b319c26167af11f512fae9ce1afb0bd5718 /misc | |
parent | b67b7501e740c69e53e2ffcfa72538653eedf3b6 (diff) | |
parent | cc0495910b4ff6d22e5e5a21adff018a037ca756 (diff) |
propagate from branch 'net.randombit.botan' (head ca7d7fc1ae6b55c5328c9cf1ec1cafd1daadedd4)
to branch 'net.randombit.botan.modularized' (head 614263a9742a0c554e4093620147f6e156264d41)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/config/arch/alpha | 2 | ||||
-rw-r--r-- | misc/config/arch/hppa | 2 | ||||
-rw-r--r-- | misc/config/arch/ia32 | 3 | ||||
-rw-r--r-- | misc/config/arch/m68k | 2 | ||||
-rw-r--r-- | misc/config/arch/ppc | 3 |
5 files changed, 6 insertions, 6 deletions
diff --git a/misc/config/arch/alpha b/misc/config/arch/alpha index 16159207f..60b264396 100644 --- a/misc/config/arch/alpha +++ b/misc/config/arch/alpha @@ -1,6 +1,6 @@ realname "DEC Alpha" -default_submodel alpha-ev5 +default_submodel alpha-ev4 endian little <aliases> diff --git a/misc/config/arch/hppa b/misc/config/arch/hppa index e01da76db..4cdd40889 100644 --- a/misc/config/arch/hppa +++ b/misc/config/arch/hppa @@ -1,6 +1,6 @@ realname "HP-PA" -default_submodel hppa1.1 +default_submodel hppa1.0 <aliases> hp-pa diff --git a/misc/config/arch/ia32 b/misc/config/arch/ia32 index 1d2b36af1..5976c5c78 100644 --- a/misc/config/arch/ia32 +++ b/misc/config/arch/ia32 @@ -1,6 +1,6 @@ realname "IA-32" -default_submodel i686 +default_submodel i386 endian little unaligned ok @@ -18,6 +18,7 @@ i486 i586 i686 pentium4 +pentium-m k6 athlon </submodels> diff --git a/misc/config/arch/m68k b/misc/config/arch/m68k index 324a724b8..27f246abc 100644 --- a/misc/config/arch/m68k +++ b/misc/config/arch/m68k @@ -1,6 +1,6 @@ realname "Motorola 680x0" -default_submodel 68040 +default_submodel 68020 <aliases> 680x0 diff --git a/misc/config/arch/ppc b/misc/config/arch/ppc index 0f7ceac2b..16112f389 100644 --- a/misc/config/arch/ppc +++ b/misc/config/arch/ppc @@ -2,8 +2,7 @@ realname "PowerPC" endian big -# G3; probably a reasonable assumption these days -default_submodel ppc740 +default_submodel ppc604 <aliases> powerpc |