aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorChristian Bruel <christian.bruel@st.com>2009-07-31 14:51:10 +0200
committerChristian Bruel <chrbr@gcc.gnu.org>2009-07-31 14:51:10 +0200
commitea2002ba74c91a555992984a01398529e4c2ed17 (patch)
tree8c63abd422e64a6e3efe5946d599d2e35b688efd /gcc
parent3ce1cf6943033f1a5e31fc8040b9ac2930535d5f (diff)
downloadgcc-ea2002ba74c91a555992984a01398529e4c2ed17.zip
gcc-ea2002ba74c91a555992984a01398529e4c2ed17.tar.gz
gcc-ea2002ba74c91a555992984a01398529e4c2ed17.tar.bz2
enable SH libgloss build
From-SVN: r150314
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config.gcc2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 7e55aaea..309bc29 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+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>
* config/arm/arm.c (arm_arm_address_cost): Fix typo.
diff --git a/gcc/config.gcc b/gcc/config.gcc
index ea24e16..3d68b71 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -2096,7 +2096,7 @@ sh-*-symbianelf* | sh[12346l]*-*-symbianelf* | \
sh*-*-linux*) tmake_file="${tmake_file} sh/t-linux"
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*-superh-elf) if test x$with_libgloss != xno; then
+ sh*-*-elf) if test x$with_libgloss != xno; then
with_libgloss=yes
tm_file="${tm_file} sh/newlib.h"
fi