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 libgui libide libio
+ ld less libg++ libgcc libgloss libiberty libio
librx libstdc++
m4 make mkinstalldirs mmalloc move-if-change newlib ncurses opcodes
pagas patch perl prms
lose_these_too="${lose_these_too} ${cygnus_files}"
fi
-gdbtk_files="tcl tk itcl tix"
+gdbtk_files="tcl tk itcl tix libgui"
if ( echo $* | grep lose\-gdbtk > /dev/null) ; then
lose_these_too="${lose_these_too} ${gdbtk_files}"
keep_these_too="${keep_these_too} ${inet_files}"
fi
-ide_files="vmake"
+ide_files="libide vmake jstools"
if (echo $* | grep keep\-ide > /dev/null); then
keep_these_too="${keep_these_too} ${ide_files}"
* config.sub (maybe_os): Add support for Thumb target.
+start-sanitize-ide
Tue Dec 2 06:51:40 1997 Keith Seitz <keiths@onions.cygnus.com>
* configure (GDB_TK): add all-libide to dependency list
* Makefile.in (all-vmake): remove double dependency on all-libide
- * modules/modules: add libide to gdb's checkout list
-
+end-sanitize-ide
Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
* Makefile.in: Add rules for cygmon.
* configure.in (d30v-*-*): Configure target-libgloss on the D30V.
end-sanitize-d30v
-
Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
* include/libiberty.h: Add extern "C" { so it can be used with C++
* config.sub: Add tx49 configury.
end-sanitize-tx49
-
start-sanitize-ide
Tue Oct 28 16:44:15 1997 Ian Lance Taylor <ian@cygnus.com>
* Makefile.in (install-foundry): New target.
+
end-sanitize-ide
-
Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
* configure.in: Remove a "second pass" of tweaking noconfigdirs,
* Makefile.in (all-jstools): Depend on all-tix.
end-sanitize-ide
-
Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
* config.sub: Add mips-tx39-elf to marketing names.
* configure.in (*-*-rtems*): Do not build libgloss for rtems.
+start-sanitize-ide
Wed Sep 3 19:38:01 1997 Ian Lance Taylor <ian@cygnus.com>
* Makefile.in (GDB_TK): Add all-libide.
+end-sanitize-ide
Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
* ltconfig: Set CONFIG_SHELL in libtool.
* Makefile.in (all-vmake): Depend upon all-tix.
end-sanitize-ide
-
Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
* Makefile.in (BISON): bison, not byacc or bison -y.
# FIXME: This should be in configure.in, not configure
# Determine whether gdb needs tk/tcl or not.
if [ "$enable_gdbtk" != "no" ]; then
+ GDB_TK="all-tcl all-tk all-itcl all-tix all-libgui"
+ # start-sanitize-ide
GDB_TK="all-tcl all-tk all-itcl all-tix all-libgui all-libide"
+ # end-sanitize-ide
else
GDB_TK=""
fi
# these libraries are used by various programs built for the host environment
#
-host_libs="mmalloc libiberty opcodes bfd readline gash db tcl tk tclX itcl tix libgui libide"
+host_libs="mmalloc libiberty opcodes bfd readline gash db tcl tk tclX itcl tix libgui"
+# start-sanitize-ide
+host_libs="${host_libs} libide"
+# end-sanitize-ide
if [ "${enable_gdbgui}" = "yes" ] ; then
host_libs="${host_libs} libgui"
yes | "") # the default value for this tree is that X11 is available
;;
no)
- skipdirs="${skipdirs} tk libgui libide gash"
+ skipdirs="${skipdirs} tk libgui gash"
# start-sanitize-ide
- skipdirs="${skipdirs} vmake jstools"
+ skipdirs="${skipdirs} libide vmake jstools"
# end-sanitize-ide
;;
*)
i[3456]86-*-vsta)
noconfigdirs="tcl expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff guile perl apache inet itcl tix db sn gnuserv"
# start-sanitize-ide
- noconfigdirs="$noconfigdirs vmake jstools"
+ noconfigdirs="$noconfigdirs libide vmake jstools"
# end-sanitize-ide
;;
i[3456]86-*-go32* | i[3456]86-*-msdosdjgpp*)
noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr uudecode dejagnu diff guile perl apache inet itcl tix db sn gnuserv"
# start-sanitize-ide
- noconfigdirs="$noconfigdirs vmake jstools"
+ noconfigdirs="$noconfigdirs libide vmake jstools"
# end-sanitize-ide
;;
*-*-cygwin32)
ppc*-*-pe)
noconfigdirs="patch diff make tk tcl expect dejagnu cvssrc autoconf automake texinfo bison send-pr gprof rcs guile perl apache inet itcl tix db sn gnuserv"
# start-sanitize-ide
- noconfigdirs="$noconfigdirs vmake jstools"
+ noconfigdirs="$noconfigdirs libide vmake jstools"
# end-sanitize-ide
;;
esac
# start-sanitize-d30v
d30v-*-*)
# start-sanitize-ide
- noconfigdirs="$noconfigdirs vmake jstools"
+ noconfigdirs="$noconfigdirs libide vmake jstools"
# end-sanitize-ide
;;
# end-sanitize-d30v
*-*-cygwin32) ;; # keep gdb tcl tk expect etc.
*) noconfigdirs="$noconfigdirs gdb tcl tk expect itcl tix db sn gnuserv"
# start-sanitize-ide
- noconfigdirs="$noconfigdirs vmake jstools"
+ noconfigdirs="$noconfigdirs libide vmake jstools"
# end-sanitize-ide
;;
esac
target_configdirs="$target_configdirs target-winsup"
noconfigdirs="$noconfigdirs gdb tcl tk make expect target-libgloss itcl tix db sn gnuserv"
# start-sanitize-ide
- noconfigdirs="$noconfigdirs vmake jstools"
+ noconfigdirs="$noconfigdirs libide vmake jstools"
# end-sanitize-ide
# always build newlib.
skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
powerpcle-*-solaris*)
noconfigdirs="$noconfigdirs gdb sim make tcl tk expect itcl tix db sn gnuserv"
# start-sanitize-ide
- noconfigdirs="$noconfigdirs vmake jstools"
+ noconfigdirs="$noconfigdirs libide vmake jstools"
# end-sanitize-ide
;;
rs6000-*-lynxos*)