config.gcc (sparc*-*-*): Always set need_64bit_hwint to yes.
gcc/ * config.gcc (sparc*-*-*): Always set need_64bit_hwint to yes. (sparc*-*-linux*): Use linux.h in tm_file. (sparc-*-linux*): If 'enabled_targets' is 'all', build a bi-arch compiler defaulting to 32-bit. (sparc*-*-*): Remove explicit target settings of need_64bit_hwint, no longer needed. * config/sparc/linux.h: Remove definitions now obtained properly from linux.h * config/sparc/linux64.h: Likewise. (ASM_CPU_DEFAULT_SPEC): Change this to ASM_CPU64_DEFAULT_SPEC, we don't want this setting for 32-bit builds in a biarch compiler. * doc/install.texi: Add sparc-linux to list of targets supporting --enable-targets=all. libcpp/ * configure.ac (sparc*-*-*): Always set need_64bit_hwint to yes. * configure: Regenerate. From-SVN: r134929
This commit is contained in:
committed by
David S. Miller
parent
9e6dca7594
commit
5f7ca34bf5
Vendored
+1
-3
@@ -8329,9 +8329,7 @@ case $target in
|
||||
powerpc*-*-* | \
|
||||
rs6000*-*-* | \
|
||||
s390*-*-* | \
|
||||
sparc64*-*-* | ultrasparc-*-freebsd* | \
|
||||
sparcv9-*-solaris2* | \
|
||||
sparc-*-solaris2.[789] | sparc-*-solaris2.1[0-9]* | \
|
||||
sparc*-*-* | \
|
||||
spu-*-* | \
|
||||
sh[123456789lbe]*-*-* | sh-*-*)
|
||||
need_64bit_hwint=yes ;;
|
||||
|
||||
+1
-3
@@ -126,9 +126,7 @@ case $target in
|
||||
powerpc*-*-* | \
|
||||
rs6000*-*-* | \
|
||||
s390*-*-* | \
|
||||
sparc64*-*-* | ultrasparc-*-freebsd* | \
|
||||
sparcv9-*-solaris2* | \
|
||||
sparc-*-solaris2.[789] | sparc-*-solaris2.1[0-9]* | \
|
||||
sparc*-*-* | \
|
||||
spu-*-* | \
|
||||
sh[123456789lbe]*-*-* | sh-*-*)
|
||||
need_64bit_hwint=yes ;;
|
||||
|
||||
Reference in New Issue
Block a user