diff options
author | aph <aph@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-05-01 17:45:11 +0000 |
---|---|---|
committer | aph <aph@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-05-01 17:45:11 +0000 |
commit | 664e11b6d9db37b353f5f099233b50487ed1ae8a (patch) | |
tree | 325c5511342aebdcd1ea07985a3aaa28a442ed9c /libjava/libgcj.spec.in | |
parent | 45449d9fd611410bbe27804eaf998e4609ae150f (diff) | |
download | gcc-664e11b6d9db37b353f5f099233b50487ed1ae8a.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41733 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/libgcj.spec.in')
-rw-r--r-- | libjava/libgcj.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/libgcj.spec.in b/libjava/libgcj.spec.in index 5a21e7a699a..51092251d96 100644 --- a/libjava/libgcj.spec.in +++ b/libjava/libgcj.spec.in @@ -6,7 +6,7 @@ %rename lib 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 |