Fix some x86_64 configuration handling

This commit is contained in:
Aaron Griffin 2007-02-13 00:57:08 +00:00
parent 69d6e5a9eb
commit 4d494a39e7
2 changed files with 3 additions and 3 deletions

View file

@ -70,10 +70,10 @@ case "$host" in
CHOST="${host}" CHOST="${host}"
;; ;;
x86_64-*) AC_DEFINE_UNQUOTED([CARCH], ["x86_64"], [Architecture]) x86_64-*) AC_DEFINE_UNQUOTED([CARCH], ["x86_64"], [Architecture])
AC_DEFINE_UNQUOTED([CARCHFLAGS], ["k8"], [Architecture]) AC_DEFINE_UNQUOTED([CARCHFLAGS], ["x86-64"], [Architecture])
AC_DEFINE_UNQUOTED([MARCHFLAG], ["march"], [Architecture]) AC_DEFINE_UNQUOTED([MARCHFLAG], ["march"], [Architecture])
CARCH="x86_64" CARCH="x86_64"
CARCHFLAGS="k8" CARCHFLAGS="x86-64"
MARCHFLAG="march" MARCHFLAG="march"
CHOST="${host}" CHOST="${host}"
;; ;;

View file

@ -25,7 +25,7 @@ HoldPkg = pacman glibc
# have identical names, regardless of version number # have identical names, regardless of version number
# #
#[testing] #[testing]
#Server = ftp://ftp.archlinux.org/testing/os/i686 #Server = ftp://ftp.archlinux.org/testing/os/@CARCH@
[current] [current]
# Add your preferred servers here, they will be used first # Add your preferred servers here, they will be used first