Remove libide from sanitization and allow it to be configured everywhere
This commit is contained in:
parent
c20cda69e1
commit
4ed8c3b896
3 changed files with 12 additions and 15 deletions
|
@ -4,6 +4,8 @@ Tue Dec 2 09:04:13 1997 Michael Meissner <meissner@cygnus.com>
|
|||
sanitization for it.
|
||||
(noconfigdirs): Remove libide from all places that set noconfigdirs.
|
||||
|
||||
* Makefile.in (all-libide): Remove sanitization markers for libide.
|
||||
|
||||
Mon Dec 1 10:53:40 1997 Keith Seitz <keiths@onions.cygnus.com>
|
||||
|
||||
* configure: add all-libide to GDB_TK
|
||||
|
|
|
@ -1501,9 +1501,7 @@ configure-target-libio: $(ALL_GCC)
|
|||
all-target-libio: configure-target-libio all-gas all-ld all-gcc all-target-libiberty all-target-newlib
|
||||
check-target-libio: all-target-libstdc++
|
||||
all-libiberty:
|
||||
# start-sanitize-ide
|
||||
all-libide: all-tcl all-tk all-itcl all-ilu
|
||||
# end-sanitize-ide
|
||||
configure-target-librx: $(ALL_GCC) configure-target-newlib
|
||||
all-target-librx: configure-target-librx
|
||||
configure-target-libstdc++: $(ALL_GCC)
|
||||
|
|
23
configure.in
23
configure.in
|
@ -41,10 +41,7 @@
|
|||
|
||||
# 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"
|
||||
# start-sanitize-ide
|
||||
host_libs="${host_libs} libide"
|
||||
# end-sanitize-ide
|
||||
host_libs="mmalloc libiberty opcodes bfd readline gash db tcl tk tclX itcl tix libide"
|
||||
|
||||
if [ "${enable_gdbgui}" = "yes" ] ; then
|
||||
host_libs="${host_libs} libgui"
|
||||
|
@ -235,9 +232,9 @@ case ${with_x} in
|
|||
yes | "") # the default value for this tree is that X11 is available
|
||||
;;
|
||||
no)
|
||||
skipdirs="${skipdirs} tk gash"
|
||||
skipdirs="${skipdirs} libide tk gash"
|
||||
# start-sanitize-ide
|
||||
skipdirs="${skipdirs} libide vmake jstools"
|
||||
skipdirs="${skipdirs} vmake jstools"
|
||||
# end-sanitize-ide
|
||||
;;
|
||||
*)
|
||||
|
@ -390,13 +387,13 @@ case "${host}" in
|
|||
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 libide vmake jstools"
|
||||
noconfigdirs="$noconfigdirs 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 libide vmake jstools"
|
||||
noconfigdirs="$noconfigdirs vmake jstools"
|
||||
# end-sanitize-ide
|
||||
;;
|
||||
*-*-cygwin32)
|
||||
|
@ -411,7 +408,7 @@ case "${host}" in
|
|||
ppc*-*-pe)
|
||||
noconfigdirs="patch diff make tk tcl expect dejagnu cvs autoconf automake texinfo bison send-pr gprof rcs guile perl apache inet itcl tix db sn gnuserv"
|
||||
# start-sanitize-ide
|
||||
noconfigdirs="$noconfigdirs libide vmake jstools"
|
||||
noconfigdirs="$noconfigdirs vmake jstools"
|
||||
# end-sanitize-ide
|
||||
;;
|
||||
esac
|
||||
|
@ -458,7 +455,7 @@ case "${target}" in
|
|||
# start-sanitize-d30v
|
||||
d30v-*-*)
|
||||
# start-sanitize-ide
|
||||
noconfigdirs="$noconfigdirs libide vmake jstools"
|
||||
noconfigdirs="$noconfigdirs vmake jstools"
|
||||
# end-sanitize-ide
|
||||
;;
|
||||
# end-sanitize-d30v
|
||||
|
@ -495,7 +492,7 @@ case "${target}" in
|
|||
*-*-cygwin32) ;; # keep gdb tcl tk expect etc.
|
||||
*) noconfigdirs="$noconfigdirs gdb tcl tk expect itcl tix db sn gnuserv"
|
||||
# start-sanitize-ide
|
||||
noconfigdirs="$noconfigdirs libide vmake jstools"
|
||||
noconfigdirs="$noconfigdirs vmake jstools"
|
||||
# end-sanitize-ide
|
||||
;;
|
||||
esac
|
||||
|
@ -542,7 +539,7 @@ case "${target}" in
|
|||
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 libide vmake jstools"
|
||||
noconfigdirs="$noconfigdirs vmake jstools"
|
||||
# end-sanitize-ide
|
||||
# always build newlib.
|
||||
skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
|
||||
|
@ -551,7 +548,7 @@ case "${target}" in
|
|||
powerpcle-*-solaris*)
|
||||
noconfigdirs="$noconfigdirs gdb sim make tcl tk expect itcl tix db sn gnuserv"
|
||||
# start-sanitize-ide
|
||||
noconfigdirs="$noconfigdirs libide vmake jstools"
|
||||
noconfigdirs="$noconfigdirs vmake jstools"
|
||||
# end-sanitize-ide
|
||||
;;
|
||||
rs6000-*-lynxos*)
|
||||
|
|
Loading…
Add table
Reference in a new issue