Steve, > Index: gcc/configure.ac > =================================================================== > --- gcc/configure.ac (revision 176899) > +++ gcc/configure.ac (working copy) > @@ -3240,6 +3240,13 @@ > *-*-solaris2*) > gcc_cv_ld_static_dynamic=yes > ;; > + *-*-hpux*) > + if test x"$gnu_ld" = xno; then > + gcc_cv_ld_static_dynamic=yes > + gcc_cv_ld_static_option="-aarchive" > + gcc_cv_ld_dynamic_option="-adefault" > + fi > + ;; > esac > fi > fi
just a nit, but could you keep the cases sorted alphabetically? Thanks. Rainer -- ----------------------------------------------------------------------------- Rainer Orth, Center for Biotechnology, Bielefeld University