configure.in: Enable libgcj for hppa*-hp-hpux11*.
2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> Andreas Tobler <a.tobler@schweiz.ch> * configure.in: Enable libgcj for hppa*-hp-hpux11*. * configure: Rebuilt. Co-Authored-By: Andreas Tobler <a.tobler@schweiz.ch> From-SVN: r113938
This commit is contained in:
parent
68bfb94e7e
commit
2a332582ce
@ -1,3 +1,9 @@
|
|||||||
|
2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
|
||||||
|
Andreas Tobler <a.tobler@schweiz.ch>
|
||||||
|
|
||||||
|
* configure.in: Enable libgcj for hppa*-hp-hpux11*.
|
||||||
|
* configure: Rebuilt.
|
||||||
|
|
||||||
2006-05-12 Sandra Loosemore <sandra@codesourcery.com>
|
2006-05-12 Sandra Loosemore <sandra@codesourcery.com>
|
||||||
|
|
||||||
* MAINTAINERS (Write After Approval): Add myself.
|
* MAINTAINERS (Write After Approval): Add myself.
|
||||||
|
@ -584,6 +584,9 @@ case "${target}" in
|
|||||||
hppa*64*-*-*)
|
hppa*64*-*-*)
|
||||||
noconfigdirs="$noconfigdirs ${libgcj}"
|
noconfigdirs="$noconfigdirs ${libgcj}"
|
||||||
;;
|
;;
|
||||||
|
hppa*-hp-hpux11*)
|
||||||
|
noconfigdirs="$noconfigdirs ld shellutils"
|
||||||
|
;;
|
||||||
hppa*-*-*)
|
hppa*-*-*)
|
||||||
# According to Alexandre Oliva <aoliva@redhat.com>, libjava won't
|
# According to Alexandre Oliva <aoliva@redhat.com>, libjava won't
|
||||||
# build on HP-UX 10.20.
|
# build on HP-UX 10.20.
|
||||||
|
Loading…
Reference in New Issue
Block a user