mirror of
https://review.haiku-os.org/buildtools
synced 2024-11-23 07:18:49 +01:00
gcc: clean up after 15ab9ca51d
.
This commit is contained in:
parent
15ab9ca51d
commit
cd374ba049
@ -181,7 +181,7 @@
|
||||
# the --with-sysroot configure option or the
|
||||
# --sysroot command line option is used this
|
||||
# will be relative to the sysroot.
|
||||
# target_type_format_char
|
||||
# target_type_format_char
|
||||
# The default character to be used for formatting
|
||||
# the attribute in a
|
||||
# .type symbol_name, ${t_t_f_c}<property>
|
||||
@ -1320,7 +1320,7 @@ i[34567]86-*-linux* | i[34567]86-*-kfreebsd*-gnu | i[34567]86-*-knetbsd*-gnu | i
|
||||
TM_MULTILIB_CONFIG=`echo $TM_MULTILIB_CONFIG | sed 's/^,//'`
|
||||
need_64bit_isa=yes
|
||||
case X"${with_cpu}" in
|
||||
Xgeneric|Xatom|Xcore2|Xcorei7|Xcorei7-avx|Xnocona|Xx86-64|Xbdver3|Xbdver2|Xbdver1|Xbtver2|Xbtver1|Xamdfam10|Xbarcelona|Xk8|Xopteron|Xathlon64|Xathlon-fx|Xathlon64-sse3|Xk8-sse3|Xopteron-sse3)
|
||||
Xgeneric|Xatom|Xcore2|Xcorei7|Xcorei7-avx|Xnocona|Xx86-64|Xbdver3|Xbdver2|Xbdver1|Xbtver2|Xbtver1|Xamdfam10|Xbarcelona|Xk8|Xopteron|Xathlon64|Xathlon-fx|Xathlon64-sse3|Xk8-sse3|Xopteron-sse3)
|
||||
;;
|
||||
X)
|
||||
if test x$with_cpu_64 = x; then
|
||||
@ -3040,7 +3040,7 @@ if test x$with_cpu = x ; then
|
||||
with_cpu=8548
|
||||
else
|
||||
with_cpu=8540
|
||||
fi
|
||||
fi
|
||||
;;
|
||||
sparc*-*-*)
|
||||
case ${target} in
|
||||
|
@ -61,7 +61,7 @@
|
||||
# different from the default "liblto_plugin.so".
|
||||
|
||||
# When setting any of these variables, check to see if a corresponding
|
||||
# variable is present in config.build; if so, you will likely want to
|
||||
# variable is present in config.build; if so, you will likely want to
|
||||
# set it in both places.
|
||||
|
||||
# Default settings.
|
||||
@ -129,10 +129,11 @@ case ${host} in
|
||||
mips*-*-linux* \
|
||||
| mips*-*-haiku* )
|
||||
case ${target} in
|
||||
mips*-*-* )
|
||||
mips*-*-linux* \
|
||||
| mips*-*-haiku* )
|
||||
host_extra_gcc_objs="driver-native.o"
|
||||
host_xmake_file="${host_xmake_file} mips/x-native"
|
||||
;;
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
rs6000-*-* \
|
||||
|
@ -79,7 +79,7 @@ unwind_header=unwind-generic.h
|
||||
cpu_type=`echo ${host} | sed 's/-.*$//'`
|
||||
case ${host} in
|
||||
m32c*-*-*)
|
||||
cpu_type=m32c
|
||||
cpu_type=m32c
|
||||
tmake_file=t-fdpbit
|
||||
;;
|
||||
aarch64*-*-*)
|
||||
@ -124,7 +124,7 @@ lm32*-*-*)
|
||||
cpu_type=lm32
|
||||
;;
|
||||
m32r*-*-*)
|
||||
cpu_type=m32r
|
||||
cpu_type=m32r
|
||||
;;
|
||||
m68k-*-*)
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user