configure.ac (cygwin noconfigdirs): Remove libgcj.
* configure.ac (cygwin noconfigdirs): Remove libgcj. * configure: Regenerate. From-SVN: r147770
This commit is contained in:
parent
52f84254b2
commit
449223affa
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
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>
|
||||
|
||||
PR other/40159
|
||||
|
|
2
configure
vendored
2
configure
vendored
|
@ -2496,7 +2496,7 @@ case "${target}" in
|
|||
;;
|
||||
*-*-cygwin*)
|
||||
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.
|
||||
if test -d "$srcdir/winsup/cygwin"; then
|
||||
skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
|
||||
|
|
|
@ -731,7 +731,7 @@ case "${target}" in
|
|||
;;
|
||||
*-*-cygwin*)
|
||||
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.
|
||||
if test -d "$srcdir/winsup/cygwin"; then
|
||||
skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
|
||||
|
|
Loading…
Add table
Reference in a new issue