diff options
author | lloyd <[email protected]> | 2011-05-12 13:12:32 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2011-05-12 13:12:32 +0000 |
commit | c0dadc0c4b14dadb8891b7cda35ba23bf4d31550 (patch) | |
tree | 71192a30389069c9b8057497230cdbb08cccc0e8 /src/build-data/arch | |
parent | d75753b365350bd2e330aecdd98abc89f73fca23 (diff) |
Add support for targetting the PowerPCSPE (an embedded PPC with an
experimental Debian port), and add aliases for ARM to match the Debian
architectures.
Diffstat (limited to 'src/build-data/arch')
-rw-r--r-- | src/build-data/arch/arm.txt | 5 | ||||
-rw-r--r-- | src/build-data/arch/ppc32.txt (renamed from src/build-data/arch/ppc.txt) | 13 |
2 files changed, 13 insertions, 5 deletions
diff --git a/src/build-data/arch/arm.txt b/src/build-data/arch/arm.txt index 14f88c362..b822fe130 100644 --- a/src/build-data/arch/arm.txt +++ b/src/build-data/arch/arm.txt @@ -2,6 +2,11 @@ endian little family arm +<aliases> +armel # For Debian +armhf # For Debian +</aliases> + <submodels> armv2 armv2a diff --git a/src/build-data/arch/ppc.txt b/src/build-data/arch/ppc32.txt index dc3ea7829..e33c8ff24 100644 --- a/src/build-data/arch/ppc.txt +++ b/src/build-data/arch/ppc32.txt @@ -5,13 +5,9 @@ family ppc <aliases> powerpc +ppc </aliases> -<submodel_aliases> -g3 -> ppc740 -g4 -> ppc7450 -</submodel_aliases> - <submodels> ppc601 ppc603 @@ -20,8 +16,15 @@ ppc740 ppc750 ppc7400 ppc7450 +e500v2 </submodels> +<submodel_aliases> +g3 -> ppc740 +g4 -> ppc7450 +powerpcspe -> e500v2 # for Debian +</submodel_aliases> + <isa_extn> altivec:ppc7400,ppc7450 </isa_extn> |