diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-05-20 20:26:51 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-05-20 20:26:51 +0000 |
commit | 24ed871edc9788786cc4c83b7b9b730fcd0c7886 (patch) | |
tree | ce5c99d41a99f6c819c33c9bcedf81234810087f /libjava/libgcj.spec.in | |
parent | 1c0ed1f0cf5f396d4e3c24e656ccc983b2c81b6e (diff) | |
download | gcc-24ed871edc9788786cc4c83b7b9b730fcd0c7886.tar.gz |
* Makefile.in: Rebuilt.
* Makefile.am (hack1): Removed.
(awto_files): Likewise.
(libgcjawt_la_SOURCES): Likewise.
(EXTRA_libgcjawt_la_SOURCES): Likewise.
(libgcjawt_la_DEPENDENCIES): Likewise.
(libgcjawt_la_LIBADD): Likewise.
(libgcjawt_la_LDFLAGS): Likewise.
(libgcjawt_la_LINK): Likewise.
($(awt_java_source_files:.java=.class)): Likewise.
(libgcj.zip): Don't depend on AWT files.
(MOSTLYCLEANFILES): Don't include AWT files.
($(awto_files)): Removed.
(nat_headers): Removed AWT files.
(cond_awt_java_source_files): Removed.
(ordinary_java_source_files): Added awt_java_source_files.
* libgcj.spec.in (*lib): Removed -lgcjawt.
* configure: Rebuilt.
* configure.in: Removed --enable-java-awt option.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34058 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 8a1aa87cad9..e9c25481bfd 100644 --- a/libjava/libgcj.spec.in +++ b/libjava/libgcj.spec.in @@ -4,7 +4,7 @@ # to link with libgcj. # %rename lib liborig -*lib: -lgcjawt -lgcj -lm @GCSPEC@ @THREADSPEC@ @ZLIBSPEC@ @SYSTEMSPEC@ %(liborig) +*lib: -lgcj -lm @GCSPEC@ @THREADSPEC@ @ZLIBSPEC@ @SYSTEMSPEC@ %(liborig) *jc1: @DIVIDESPEC@ @EXCEPTIONSPEC@ -fasynchronous-exceptions |