aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorKrister Walfridsson <cato@df.lth.se>2002-03-31 01:33:17 +0100
committerBryce McKinlay <bryce@gcc.gnu.org>2002-03-31 00:33:17 +0000
commit320d7e7ad640266aa2eab1561f737dd309578b8d (patch)
tree258e0cacfbeba829fbdce9a6ef885d1e7bb4ef15 /configure.in
parentc71f2c06400a18c84b96d59673fc5b253e498fea (diff)
downloadgcc-320d7e7ad640266aa2eab1561f737dd309578b8d.zip
gcc-320d7e7ad640266aa2eab1561f737dd309578b8d.tar.gz
gcc-320d7e7ad640266aa2eab1561f737dd309578b8d.tar.bz2
configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
2002-03-30 Krister Walfridsson <cato@df.lth.se> * configure.in (i*86-*-netbsdelf*): Don't disable libgcj. libffi: 2002-03-30 Krister Walfridsson <cato@df.lth.se> * configure.in: Enable i*86-*-netbsdelf*. * configure: Rebuilt. From-SVN: r51620
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 1de55a1..c2c5d3f 100644
--- a/configure.in
+++ b/configure.in
@@ -623,6 +623,7 @@ case "${target}" in
# Skip some stuff that's unsupported on some NetBSD configurations.
case "${target}" in
+ i*86-*-netbsdelf*) ;;
*)
noconfigdirs="$noconfigdirs ${libgcj}"
;;