diff options
| author | green <green@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-12-20 02:18:11 +0000 |
|---|---|---|
| committer | green <green@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-12-20 02:18:11 +0000 |
| commit | 1fa5d7a02c5a84b777d5a429e68dcf9ebdd70b7b (patch) | |
| tree | 27aee16f43e9796b2ba00a8e764b53e7cabd51ea /libjava/Makefile.am | |
| parent | 92b80308775400a42020d01cf60bdc3d32ee221b (diff) | |
| download | ppe42-gcc-1fa5d7a02c5a84b777d5a429e68dcf9ebdd70b7b.tar.gz ppe42-gcc-1fa5d7a02c5a84b777d5a429e68dcf9ebdd70b7b.zip | |
1999-12-19 Anthony Green <green@cygnus.com>
* libgcjdata.c: New file.
* libgcj.spec.in: Use @LIBDATASTARTSPEC@ in startfile.
* configure: Rebuilt.
* configure.in (LIBDATASTARTSPEC): Force data with a known name
into the program.
* Makefile.in: Rebuilt.
* Makefile.am: Build libgcjdata.a.
* libgcj.spec.in: Use @FORCELIBGCCSPEC@ in startfile.
* configure: Rebuilt.
* configure.in (FORCELIBGCCSPEC): Force important parts of libgcc
into every program.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31027 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/Makefile.am')
| -rw-r--r-- | libjava/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libjava/Makefile.am b/libjava/Makefile.am index 39f15b6126f..ee5a88e0012 100644 --- a/libjava/Makefile.am +++ b/libjava/Makefile.am @@ -27,6 +27,11 @@ toolexeclib_LTLIBRARIES = libgcj.la toolexeclib_DATA = libgcj.spec data_DATA = libgcj.zip +if NEEDS_DATA_START +toolexeclib_LIBRARIES = libgcjdata.a +libgcjdata_a_SOURCES = libgcjdata.c +endif + ## For now, only on native systems. FIXME. if NATIVE bin_PROGRAMS = jv-convert gij |

