This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB 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] state of top level config patch for kaOS ?


 Hi,
 
 it's now exactly 20 days since I sent the patch the first time. That's
 almost the time, the "contributors guidelines" on the gcc homepage says,
 a patch should be pinged. 
 Well, I attached the two patch files again here to reflect the changes
 done to the original files inbetween. If there should be anything wrong
 or missing which caused the patch not to be applied, let me know, I'm
 waiting for input what to change.
 
 Thanks in advance,
 Uwe Stieber
 mailto:uwe at wwws dot de
Index: configure.in
===================================================================
RCS file: /cvs/src/src/configure.in,v
retrieving revision 1.153
diff -u -r1.153 configure.in
--- configure.in	19 Feb 2003 23:40:12 -0000	1.153
+++ configure.in	24 Feb 2003 09:01:27 -0000
@@ -355,6 +355,13 @@
   *-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*)
     noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
     ;;
+  *-*-kaos*)
+    # remove unsupported stuff on all kaOS configurations
+    skipdirs="target-libiberty ${libgcj} ${libstdcxx_version} target-libf2c target-librx"
+    skipdirs="$skipdirs target-libobjc target-examples target-groff target-gperf"
+    skipdirs="$skipdirs zlib fastjar target-libjava target-boehm-gc target-zlib"
+    noconfigdirs="$noconfigdirs target-libgloss"
+	;;
   *-*-netbsd*)
     # Skip some stuff on all NetBSD configurations.
     noconfigdirs="$noconfigdirs target-newlib target-libiberty target-libgloss"
Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/ChangeLog,v
retrieving revision 1.357
diff -u -r1.357 ChangeLog
--- ChangeLog	21 Feb 2003 01:55:12 -0000	1.357
+++ ChangeLog	24 Feb 2003 09:01:53 -0000
@@ -62,6 +62,12 @@
 	* configure.in: Remove all traces of snavigator, db, and grep.
 	* configure: Regenerated.
 
+2003-02-03  Uwe Stieber <uwe at wwws dot de>
+
+   * config.sub: Add kaOS to the list of known OS.
+   * configure.in: Add support for kaOS as cross build target system.
+   * configure: Regenerated.
+
 2003-01-31  Frank Ch. Eigler  <fche at redhat dot com>
 
 	* Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.

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