mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
configure.ac (cygwin noconfigdirs): Remove libgcj.
* configure.ac (cygwin noconfigdirs): Remove libgcj. * configure: Regenerate. From-SVN: r147770
This commit is contained in:
@@ -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 / /'`
|
||||
|
||||
Reference in New Issue
Block a user