This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Patch] Adding CR16 target to top-level configure files


Hello,
The CR16 port for binutils has been approved and applied to binutils project.


The toplevel config file config.sub has also been updated in the master repository.
http://gcc.gnu.org/ml/gcc-patches/2007-07/msg00333.html
http://cvs.savannah.gnu.org/viewvc/*checkout*/config/config/config.sub


I am about to submit CR16 port for gcc, therefore toplevel configure should
enable this target.

Can you please sync config.sub from master repository and apply the attached patch?

ChangeLog is:

2007-07-07 Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>

   * configure.ac: Add National Semiconductor CR16 target.
   * configure: Regenerate

Thanks in advance,
Pompa

--
Pompapathi V Gadad
CR Tool Chain Team
National Semiconductor Corporation
Index: configure
===================================================================
--- configure	(revision 126299)
+++ configure	(working copy)
@@ -2275,6 +2275,9 @@ case "${target}" in
   c54x*-*-* | tic54x-*-*)
     noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj} gcc gdb newlib"
     ;;
+  cr16-*-*)
+    noconfigdirs="$noconfigdirs target-libstdc++-v3 target-mudflap ${libgcj}"
+    ;;
   cris-*-* | crisv32-*-*)
     unsupported_languages="$unsupported_languages java"
     case "${target}" in
Index: configure.ac
===================================================================
--- configure.ac	(revision 126299)
+++ configure.ac	(working copy)
@@ -553,6 +553,9 @@ case "${target}" in
   c54x*-*-* | tic54x-*-*)
     noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj} gcc gdb newlib"
     ;;
+  cr16-*-*)
+    noconfigdirs="$noconfigdirs target-libstdc++-v3 target-mudflap ${libgcj}"
+    ;;
   cris-*-* | crisv32-*-*)
     unsupported_languages="$unsupported_languages java"
     case "${target}" in
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 126299)
+++ ChangeLog	(working copy)
@@ -1,3 +1,8 @@
+2007-07-07  Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
+
+	* configure.ac: Add National Semiconductor CR16 target.
+	* configure: Regenerate.
+
 2007-07-03  Julian Brown  <julian@codesourcery.com>
 
 	* MAINTAINERS (Write After Approval): Add myself.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]