Commit 449223af by Dave Korn Committed by Dave Korn

configure.ac (cygwin noconfigdirs): Remove libgcj.

	* configure.ac (cygwin noconfigdirs):  Remove libgcj.
	* configure:  Regenerate.

From-SVN: r147770
parent 52f84254
2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
* configure.ac (cygwin noconfigdirs): Remove libgcj.
* configure: Regenerate.
2009-05-18 Alexandre Oliva <aoliva@redhat.com> 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
PR other/40159 PR other/40159
......
...@@ -2496,7 +2496,7 @@ case "${target}" in ...@@ -2496,7 +2496,7 @@ case "${target}" in
;; ;;
*-*-cygwin*) *-*-cygwin*)
target_configdirs="$target_configdirs target-libtermcap target-winsup" target_configdirs="$target_configdirs target-libtermcap target-winsup"
noconfigdirs="$noconfigdirs target-gperf target-libgloss ${libgcj}" noconfigdirs="$noconfigdirs target-gperf target-libgloss"
# always build newlib if winsup directory is present. # always build newlib if winsup directory is present.
if test -d "$srcdir/winsup/cygwin"; then if test -d "$srcdir/winsup/cygwin"; then
skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
......
...@@ -731,7 +731,7 @@ case "${target}" in ...@@ -731,7 +731,7 @@ case "${target}" in
;; ;;
*-*-cygwin*) *-*-cygwin*)
target_configdirs="$target_configdirs target-libtermcap target-winsup" target_configdirs="$target_configdirs target-libtermcap target-winsup"
noconfigdirs="$noconfigdirs target-gperf target-libgloss ${libgcj}" noconfigdirs="$noconfigdirs target-gperf target-libgloss"
# always build newlib if winsup directory is present. # always build newlib if winsup directory is present.
if test -d "$srcdir/winsup/cygwin"; then if test -d "$srcdir/winsup/cygwin"; then
skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment