aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>2000-09-13 17:11:04 +0000
committerJeff Law <law@gcc.gnu.org>2000-09-13 11:11:04 -0600
commit18a53ffedb9c36db0b505afd249b02056156448d (patch)
treea294fcab4e751da87a6687e096fbc5437b7c441c /configure.in
parent6b8a24cd22800d5fbc8d47df8f68bfd4ec2addce (diff)
downloadgcc-18a53ffedb9c36db0b505afd249b02056156448d.zip
gcc-18a53ffedb9c36db0b505afd249b02056156448d.tar.gz
gcc-18a53ffedb9c36db0b505afd249b02056156448d.tar.bz2
configure.in: Do not build byacc for hppa64.
* configure.in: Do not build byacc for hppa64. Provide paths to the X11 libraries for hppa64. From-SVN: r36389
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 5f9f1c4..a474278 100644
--- a/configure.in
+++ b/configure.in
@@ -284,6 +284,14 @@ if false && [ "${host}" = "${target}" ] && [ x${enable_shared} = x ]; then
esac
fi
+# hpux11 in 64bit mode has libraries in a weird place. Arrange to find
+# them automatically.
+case "${host}" in
+ hppa*64*-*-hpux11*)
+ withoptions="$withoptions -x-libraries=/usr/lib/pa20_64 -x-includes=/usr/X11R6/include"
+ ;;
+esac
+
case "${enable_shared}" in
yes) shared=yes ;;
no) shared=no ;;
@@ -543,6 +551,9 @@ esac
noconfigdirs=""
case "${host}" in
+ hppa*64*-*-*)
+ noconfigdirs="$noconfigdirs byacc"
+ ;;
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 snavigator gnuserv gettext"
;;