diff options
author | lloyd <[email protected]> | 2009-07-23 17:57:41 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-07-23 17:57:41 +0000 |
commit | 4eb35babd0bab4b358948a9e6f29e099e7ce9c4f (patch) | |
tree | d9ee3901a3c5f8ebed5d760ecc7979ef22401991 | |
parent | de62e9710f6daf2c406400155e0b3f4ba6d83710 (diff) |
Add an alias armv5tel for xscale, fixes autodetection for both Perl and
Python configure scripts. Previously Python version would give up, and
the Perl one would guess i686 (!)
-rw-r--r-- | src/build-data/arch/arm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/build-data/arch/arm b/src/build-data/arch/arm index 73cd02f05..c6be4ad46 100644 --- a/src/build-data/arch/arm +++ b/src/build-data/arch/arm @@ -19,4 +19,5 @@ xscale sa110 -> strongarm110 sa1100 -> strongarm1100 strongarm1110 -> strongarm1100 +armv5tel -> xscale </submodel_aliases> |