aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2005-01-27 16:41:24 +0000
committerMark Mitchell <mark@codesourcery.com>2005-01-27 16:41:24 +0000
commit901dd0a8f63ae486358bb5f59a78cff6228c3fc7 (patch)
tree1e175a1f1781d8c753c67644c2b6d7dc1fca1e1d
parent2fd0377e6adee578a4cc8351743bce6332f7e3f8 (diff)
* version.c (version_string): Update.
* config/arm/wrs-linux.h (SYSROOT_SUFFIX_SPEC): Simplify. (SYSROOT_SUFFIX_LINK_SPEC): Remove. * config/mips/wrs-linux.h (SYSROOT_SUFFIX_SPEC): Simplify. (SYSROOT_SUFFIX_LINK_SPEC): Remove. git-svn-id: https://gcc.gnu.org/svn/gcc/branches/csl-3_4_3-linux-branch@94326 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog.csl8
-rw-r--r--gcc/config/arm/wrs-linux.h8
-rw-r--r--gcc/config/mips/wrs-linux.h5
-rw-r--r--gcc/version.c4
4 files changed, 12 insertions, 13 deletions
diff --git a/gcc/ChangeLog.csl b/gcc/ChangeLog.csl
index 2c9747f3cb0..4d178a4da43 100644
--- a/gcc/ChangeLog.csl
+++ b/gcc/ChangeLog.csl
@@ -1,3 +1,11 @@
+2005-01-27 Mark Mitchell <mark@codesourcery.com>
+
+ * version.c (version_string): Update.
+ * config/arm/wrs-linux.h (SYSROOT_SUFFIX_SPEC): Simplify.
+ (SYSROOT_SUFFIX_LINK_SPEC): Remove.
+ * config/mips/wrs-linux.h (SYSROOT_SUFFIX_SPEC): Simplify.
+ (SYSROOT_SUFFIX_LINK_SPEC): Remove.
+
2005-01-25 Mark Mitchell <mark@codesourcery.com>
* gcc.c (SYSROOT_SPEC): New macro.
diff --git a/gcc/config/arm/wrs-linux.h b/gcc/config/arm/wrs-linux.h
index 336bf65bf00..ae0c2507c9c 100644
--- a/gcc/config/arm/wrs-linux.h
+++ b/gcc/config/arm/wrs-linux.h
@@ -47,15 +47,9 @@ Boston, MA 02111-1307, USA. */
#define SUBTARGET_EXTRA_LINK_SPEC \
"%{tiwmmxt:-m armelfb_linux_eabi ; : -m armelf_linux_eabi}"
-#undef STANDARD_INCLUDE_DIR
-#define STANDARD_INCLUDE_DIR "/" WRS_TARGET_SUBDIR "/libc/usr/include"
-
/* When using -tiwmmxt, search the "tiwmmxt" subdirectory. */
#undef SYSROOT_SUFFIX_SPEC
#define SYSROOT_SUFFIX_SPEC \
- "/" WRS_TARGET_SUBDIR "/libc%{tiwmmxt:/tiwmmxt}"
-#undef SYSROOT_SUFFIX_LINK_SPEC
-#define SYSROOT_SUFFIX_LINK_SPEC \
- "--sysroot-suffix /" WRS_TARGET_SUBDIR "/libc%{tiwmmxt:/tiwmmxt} "
+ "/%{tiwmmxt:/tiwmmxt}"
diff --git a/gcc/config/mips/wrs-linux.h b/gcc/config/mips/wrs-linux.h
index efc6f97d17a..251e8e0af91 100644
--- a/gcc/config/mips/wrs-linux.h
+++ b/gcc/config/mips/wrs-linux.h
@@ -22,7 +22,4 @@ Boston, MA 02111-1307, USA. */
/* Look for little-endian libraries in the "mel" subdirectory. */
#undef SYSROOT_SUFFIX_SPEC
#define SYSROOT_SUFFIX_SPEC \
- "/" WRS_TARGET_SUBDIR "/libc%{mel:/mel}"
-#undef SYSROOT_SUFFIX_LINK_SPEC
-#define SYSROOT_SUFFIX_LINK_SPEC \
- "--sysroot-suffix /" WRS_TARGET_SUBDIR "/libc%{mel:/mel} "
+ "/%{mel:/mel}"
diff --git a/gcc/version.c b/gcc/version.c
index 07e01a1ee5f..de907a0b97a 100644
--- a/gcc/version.c
+++ b/gcc/version.c
@@ -5,7 +5,7 @@
please modify this string to indicate that, e.g. by putting your
organization's name in parentheses at the end of the string. */
-const char version_string[] = "3.4.3 (release) (CodeSourcery ARM Q3cvs 2004)";
+const char version_string[] = "3.4.3 (Wind River Linux) (built 20050127)";
/* This is the location of the online document giving instructions for
reporting bugs. If you distribute a modified version of GCC,
@@ -14,4 +14,4 @@ const char version_string[] = "3.4.3 (release) (CodeSourcery ARM Q3cvs 2004)";
forward us bugs reported to you, if you determine that they are
not bugs in your modifications.) */
-const char bug_report_url[] = "arm-gnu@codesourcery.com";
+const char bug_report_url[] = "support@windriver.com";