Tweak for 2.6/x86

This commit is contained in:
Tom G. Christensen
2009-04-10 10:45:01 +00:00
committed by Tom G. Christensen
parent 695a0b8c47
commit d6605041f9
2 changed files with 3 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ objdir=all_native
# platform/arch specific options
[ "$_os" = "sunos56" ] && platform_configure_args="--enable-threads=posix95 --enable-obsolete"
[ "$_os" = "sunos56" -a "$arch" = "i386" ] && platform_configure_args="$platform_configure_args --with-gnu-as --with-as=$lprefix/bin/gas"
[ "$arch" = "sparc" ] && vendor="sun" || vendor="pc"
[ "$arch" = "sparc" ] && { vendor="sun"; sparc=1; } || vendor="pc"
configure_args="$global_config_args $langs $platform_configure_args"