Commit e529c2c1 by Andrew Haley

libgcj.spec.in (jc1): Add EXCEPTIONSPEC.

2001-04-30  Andrew Haley  <aph@cambridge.redhat.com>

        * libgcj.spec.in (jc1): Add EXCEPTIONSPEC.
        * configure.host (EXCEPTIONSPEC): New.
        * configure.in (EXCEPTIONSPEC): New.
        * configure: Rebuilt.

From-SVN: r41733
parent 4e70264f
...@@ -45,6 +45,7 @@ AM_RUNTESTFLAGS= ...@@ -45,6 +45,7 @@ AM_RUNTESTFLAGS=
echo "$target" echo "$target"
DIVIDESPEC=-fuse-divide-subroutine DIVIDESPEC=-fuse-divide-subroutine
EXCEPTIONSPEC=-fnon-call-exceptions
case "${host}" in case "${host}" in
mips-tx39-*|mipstx39-unknown-*) mips-tx39-*|mipstx39-unknown-*)
......
...@@ -633,6 +633,7 @@ AC_SUBST(ZLIBS) ...@@ -633,6 +633,7 @@ AC_SUBST(ZLIBS)
AC_SUBST(ZDEPS) AC_SUBST(ZDEPS)
AC_SUBST(ZINCS) AC_SUBST(ZINCS)
AC_SUBST(DIVIDESPEC) AC_SUBST(DIVIDESPEC)
AC_SUBST(EXCEPTIONSPEC)
AM_CONDITIONAL(CANADIAN, test "$CANADIAN" = yes) AM_CONDITIONAL(CANADIAN, test "$CANADIAN" = yes)
AM_CONDITIONAL(NULL_TARGET, test "$NULL_TARGET" = yes) AM_CONDITIONAL(NULL_TARGET, test "$NULL_TARGET" = yes)
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
%rename lib liborig %rename lib liborig
*lib: -lgcj -lm @GCSPEC@ @THREADSPEC@ @ZLIBSPEC@ @SYSTEMSPEC@ %(libgcc) %(liborig) *lib: -lgcj -lm @GCSPEC@ @THREADSPEC@ @ZLIBSPEC@ @SYSTEMSPEC@ %(libgcc) %(liborig)
*jc1: @DIVIDESPEC@ @JC1GCSPEC@ *jc1: @DIVIDESPEC@ @JC1GCSPEC@ @EXCEPTIONSPEC@
# #
# On some systems we force in a data_start symbol so that the GC will work # On some systems we force in a data_start symbol so that the GC will work
......
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