Commit ea2002ba by Christian Bruel Committed by Christian Bruel

enable SH libgloss build

From-SVN: r150314
parent 3ce1cf69
2009-07-31 Christian Bruel <christian.bruel@st.com>
* configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
* configure: Regenerate.
2009-07-28 Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk> 2009-07-28 Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
* MAINTAINERS (Write After Approval): Update my e-mail address. * MAINTAINERS (Write After Approval): Update my e-mail address.
......
...@@ -2650,7 +2650,12 @@ case "${target}" in ...@@ -2650,7 +2650,12 @@ case "${target}" in
i[3456789]86-*-msdosdjgpp*) ;; # don't add gprof back in i[3456789]86-*-msdosdjgpp*) ;; # don't add gprof back in
*) skipdirs=`echo " ${skipdirs} " | sed -e 's/ gprof / /'` ;; *) skipdirs=`echo " ${skipdirs} " | sed -e 's/ gprof / /'` ;;
esac esac
noconfigdirs="$noconfigdirs target-libgloss ${libgcj}" case "${target}" in
sh*-*-elf)
noconfigdirs="$noconfigdirs ${libgcj}" ;;
*)
noconfigdirs="$noconfigdirs target-libgloss ${libgcj}" ;;
esac
;; ;;
sparclet-*-aout* | sparc86x-*-*) sparclet-*-aout* | sparc86x-*-*)
libgloss_dir=sparc libgloss_dir=sparc
......
...@@ -874,7 +874,12 @@ case "${target}" in ...@@ -874,7 +874,12 @@ case "${target}" in
i[[3456789]]86-*-msdosdjgpp*) ;; # don't add gprof back in i[[3456789]]86-*-msdosdjgpp*) ;; # don't add gprof back in
*) skipdirs=`echo " ${skipdirs} " | sed -e 's/ gprof / /'` ;; *) skipdirs=`echo " ${skipdirs} " | sed -e 's/ gprof / /'` ;;
esac esac
noconfigdirs="$noconfigdirs target-libgloss ${libgcj}" case "${target}" in
sh*-*-elf)
noconfigdirs="$noconfigdirs ${libgcj}" ;;
*)
noconfigdirs="$noconfigdirs target-libgloss ${libgcj}" ;;
esac
;; ;;
sparclet-*-aout* | sparc86x-*-*) sparclet-*-aout* | sparc86x-*-*)
libgloss_dir=sparc libgloss_dir=sparc
......
2009-07-31 Christian Bruel <christian.bruel@st.com>
* gcc/config.gcc (sh*-*-elf): test with_libgloss.
2009-07-31 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com> 2009-07-31 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
* config/arm/arm.c (arm_arm_address_cost): Fix typo. * config/arm/arm.c (arm_arm_address_cost): Fix typo.
......
...@@ -2096,7 +2096,7 @@ sh-*-symbianelf* | sh[12346l]*-*-symbianelf* | \ ...@@ -2096,7 +2096,7 @@ sh-*-symbianelf* | sh[12346l]*-*-symbianelf* | \
sh*-*-linux*) tmake_file="${tmake_file} sh/t-linux" sh*-*-linux*) tmake_file="${tmake_file} sh/t-linux"
tm_file="${tm_file} linux.h glibc-stdint.h sh/linux.h" ;; tm_file="${tm_file} linux.h glibc-stdint.h sh/linux.h" ;;
sh*-*-netbsd*) tm_file="${tm_file} netbsd.h netbsd-elf.h sh/netbsd-elf.h" ;; sh*-*-netbsd*) tm_file="${tm_file} netbsd.h netbsd-elf.h sh/netbsd-elf.h" ;;
sh*-superh-elf) if test x$with_libgloss != xno; then sh*-*-elf) if test x$with_libgloss != xno; then
with_libgloss=yes with_libgloss=yes
tm_file="${tm_file} sh/newlib.h" tm_file="${tm_file} sh/newlib.h"
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment