aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Meissner <gnu@the-meissners.org>1997-12-02 14:37:22 +0000
committerMichael Meissner <gnu@the-meissners.org>1997-12-02 14:37:22 +0000
commitc20cda69e1cee077a39c7f8b7e4662e3b589ce42 (patch)
treeb8b2a14ad90dcbada1ea921e1dc80df07e9e6e92
parent9d9972a38a4d3aa62f14559fbd5c90c2456d8a53 (diff)
downloadgdb-c20cda69e1cee077a39c7f8b7e4662e3b589ce42.zip
gdb-c20cda69e1cee077a39c7f8b7e4662e3b589ce42.tar.gz
gdb-c20cda69e1cee077a39c7f8b7e4662e3b589ce42.tar.bz2
Remove libide from sanitization and allow it to be configured everywhere
-rw-r--r--.Sanitize4
-rw-r--r--ChangeLog6
2 files changed, 8 insertions, 2 deletions
diff --git a/.Sanitize b/.Sanitize
index 32ac840..ad4adad 100644
--- a/.Sanitize
+++ b/.Sanitize
@@ -52,7 +52,7 @@ keep_these_too="${keep_these_too} .cvsignore CYGNUS autoconf
emacs emacs19 examples expect fileutils findutils flex
gas gawk gcc gdb gdbm gdbtest glob gperf gprof grep grez groff guile gzip
include inet install-sh ispell
- ld less libg++ libgcc libgloss libiberty libio librx libstdc++
+ ld less libg++ libgcc libgloss libiberty libide libio librx libstdc++
m4 make mkinstalldirs mmalloc move-if-change newlib ncurses opcodes
pagas patch perl prms
rcs readline sed send-pr shellutils sim tar textutils time
@@ -106,7 +106,7 @@ else
keep_these_too="${keep_these_too} ${inet_files}"
fi
-ide_files="libide vmake"
+ide_files="vmake"
if (echo $* | grep keep\-ide > /dev/null); then
keep_these_too="${keep_these_too} ${ide_files}"
diff --git a/ChangeLog b/ChangeLog
index dd32c9b..23a3012 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Tue Dec 2 09:04:13 1997 Michael Meissner <meissner@cygnus.com>
+
+ * configure.in (host_libs): Build libide all of the time, remove ide
+ sanitization for it.
+ (noconfigdirs): Remove libide from all places that set noconfigdirs.
+
Mon Dec 1 10:53:40 1997 Keith Seitz <keiths@onions.cygnus.com>
* configure: add all-libide to GDB_TK