Commit a302c32ded4d458fead907a98d079e8fb15f7b08
Committed by
Andrzej Zaborowski
1 parent
cb4e581f
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>
Showing
1 changed file
with
1 additions
and
1 deletions
configure
@@ -1519,7 +1519,7 @@ case "$cpu" in | @@ -1519,7 +1519,7 @@ case "$cpu" in | ||
1519 | i386|x86_64|alpha|cris|hppa|ia64|m68k|microbaze|mips|mips64|ppc|ppc64|s390|sparc|sparc64) | 1519 | i386|x86_64|alpha|cris|hppa|ia64|m68k|microbaze|mips|mips64|ppc|ppc64|s390|sparc|sparc64) |
1520 | ARCH=$cpu | 1520 | ARCH=$cpu |
1521 | ;; | 1521 | ;; |
1522 | - armv4b|arm4l) | 1522 | + armv4b|armv4l) |
1523 | ARCH=arm | 1523 | ARCH=arm |
1524 | ;; | 1524 | ;; |
1525 | *) | 1525 | *) |