This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Bug in configure.in


Hi!
The newest snapshot refuses to build libgcj on my Solaris box
(sparcv9-sun-solaris2.7)

I assume it's because config.guess now uses sparcv9 instead of plain sparc.

This is the patch i use, but no idea, whether it's correct:

*** gcc-20020415.old/configure.in	Mon Apr 15 20:59:13 2002
--- gcc-20020415/configure.in	Tue Apr 16 15:57:09 2002
***************
*** 1010,1018 ****
             use_gnu_ld=no
      fi
      ;;
!   sparc-*-solaris*)
      case "${host}" in
!     sparc-*-solaris2.8)
        # According to Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>, libjava
        # won't build correctly on Solaris 8 if there's a
        # previously-installed version of GCC in the configured prefix.
--- 1010,1018 ----
             use_gnu_ld=no
      fi
      ;;
!   sparc*-*-solaris*)
      case "${host}" in
!     sparc*-*-solaris2.8)
        # According to Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>, libjava
        # won't build correctly on Solaris 8 if there's a
        # previously-installed version of GCC in the configured prefix.

-- 
The early bird catches the worm. If you want something else for       
breakfast, get up later.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]