From dfd2a2492bc7bdb0bcf522ca238bba77ee43d2d0 Mon Sep 17 00:00:00 2001 From: Andrew Haley Date: Tue, 1 May 2001 17:45:11 +0000 Subject: 2001-04-30 Andrew Haley * libgcj.spec.in (jc1): Add EXCEPTIONSPEC. * configure.host (EXCEPTIONSPEC): New. * configure.in (EXCEPTIONSPEC): New. * configure: Rebuilt. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@41733 138bc75d-0d04-0410-961f-82ee72b054a4 --- libjava/configure.host | 1 + 1 file changed, 1 insertion(+) (limited to 'libjava/configure.host') diff --git a/libjava/configure.host b/libjava/configure.host index 634c5ea64f6..3838fc5f331 100644 --- a/libjava/configure.host +++ b/libjava/configure.host @@ -45,6 +45,7 @@ AM_RUNTESTFLAGS= echo "$target" DIVIDESPEC=-fuse-divide-subroutine +EXCEPTIONSPEC=-fnon-call-exceptions case "${host}" in mips-tx39-*|mipstx39-unknown-*) -- cgit v1.2.3