2010-03-04 Vladimir Serbinenko <phcoder@gmail.com>

* configure.ac: Alias amd64 to x86_64.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-03-04 22:33:49 +01:00
parent fcee14ed5f
commit c7ef54aab1
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2010-03-04 Vladimir Serbinenko <phcoder@gmail.com>
* configure.ac: Alias amd64 to x86_64.
2010-03-04 Vladimir Serbinenko <phcoder@gmail.com>
* NEWS: mention multiboot on EFI.

View File

@ -51,6 +51,7 @@ fi
case "$target_cpu" in
i[[3456]]86) target_cpu=i386 ;;
amd64) target_cpu=x86_64 ;;
sparc) target_cpu=sparc64 ;;
mipsel|mips64el)
target_cpu=mips;