diff options
Diffstat (limited to 'libjava/libgcj.spec.in')
-rw-r--r-- | libjava/libgcj.spec.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libjava/libgcj.spec.in b/libjava/libgcj.spec.in new file mode 100644 index 00000000000..fae8a6a2dc1 --- /dev/null +++ b/libjava/libgcj.spec.in @@ -0,0 +1,7 @@ +# +# This spec file is read by gcj when linking. +# It is used to specify the standard libraries we need in order +# to link with libgcj. +# +# We need a space after the `+' to placate gcc. +*lib: + -lgcj -lm @GCSPEC@ @THREADSPEC@ @ZLIBSPEC@ @SYSTEMSPEC@ |