diff options
author | Laurent Desnogues <laurent.desnogues@gmail.com> | 2009-07-18 14:23:39 +0200 |
---|---|---|
committer | Andrzej Zaborowski <balrog@zabor.org> | 2009-07-18 14:23:39 +0200 |
commit | a302c32ded4d458fead907a98d079e8fb15f7b08 (patch) | |
tree | 4bae694b2dc9f2bc7ca217c7eb1524f79d9db9b3 /configure | |
parent | cb4e581fae0b67fa33caa01131f929f5dd6e9ebf (diff) |
this patch fixes a typo where armv4l was incorrectly spelled arm4l,
preventing the correct handling of --cpu=armv4l.
Laurent
Signed-off-by: Laurent Desnogues <laurent.desnogues@gmail.com>
Signed-off-by: Andrzej Zaborowski <andrew.zaborowski@intel.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1519,7 +1519,7 @@ case "$cpu" in i386|x86_64|alpha|cris|hppa|ia64|m68k|microbaze|mips|mips64|ppc|ppc64|s390|sparc|sparc64) ARCH=$cpu ;; - armv4b|arm4l) + armv4b|armv4l) ARCH=arm ;; *) |