This is the mail archive of the
java-discuss@sources.redhat.com
mailing list for the Java project.
RE: more build problems, sun sparc solaris 2.7
- To: "'mrs at windriver dot com'" <mrs at windriver dot com>
- Subject: RE: more build problems, sun sparc solaris 2.7
- From: Anthony Green <green at redhat dot com>
- Date: Wed, 13 Dec 2000 07:32:22 -0800
- Cc: "gcc at gcc dot gnu dot org" <gcc at gcc dot gnu dot org>, "java-discuss at sources dot redhat dot com" <java-discuss at sources dot redhat dot com>
- Organization: Red Hat, Inc.
- Reply-To: "green at cygnus dot com" <green at cygnus dot com>
Mike wrote:
> > I think we need to step back, and stabilize some. :-(
My bad. I didn't realize the target switch in the top level configure.in
didn't include all targets. I've submitted a patch with a catch all....
+ *-*-*)
+ noconfigdirs="${libgcj}"
+ ;;
This is waiting for approval now...
http://gcc.gnu.org/ml/gcc-patches/2000-12/msg00636.html
AG