Commit 18a53ffe by Jeffrey A Law Committed by Jeff Law

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
parent 6b8a24cd
Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
* configure.in: Do not build byacc for hppa64. Provide paths to the
X11 libraries for hppa64.
2000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr> 2000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
* MAINTAINERS: Add myself as 68hc11 port maintainer. * MAINTAINERS: Add myself as 68hc11 port maintainer.
......
...@@ -284,6 +284,14 @@ if false && [ "${host}" = "${target}" ] && [ x${enable_shared} = x ]; then ...@@ -284,6 +284,14 @@ if false && [ "${host}" = "${target}" ] && [ x${enable_shared} = x ]; then
esac esac
fi 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 case "${enable_shared}" in
yes) shared=yes ;; yes) shared=yes ;;
no) shared=no ;; no) shared=no ;;
...@@ -543,6 +551,9 @@ esac ...@@ -543,6 +551,9 @@ esac
noconfigdirs="" noconfigdirs=""
case "${host}" in case "${host}" in
hppa*64*-*-*)
noconfigdirs="$noconfigdirs byacc"
;;
i[3456]86-*-vsta) 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" 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"
;; ;;
......
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