diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-08-11 15:19:59 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-08-11 15:19:59 +0000 |
commit | 658c2667fb63dc1147f7750557fca3d3ce8cc802 (patch) | |
tree | 61009817be609b6985f927dd8e24b3d274a59b0b /bean | |
parent | 720afc0ce7afa37aa3fbf0c8f1cb9f27b826a1b0 (diff) |
INTEGRATION: CWS gcjsix (1.7.28); FILE MERGED
2006/08/02 10:46:15 cmc 1.7.28.1: #i67465# gcc's 4.1.2 libawt is like sun's now, and doesn't require linking against -lgcj, move -lgcj into AWTLIB if needed
Diffstat (limited to 'bean')
-rw-r--r-- | bean/native/unix/makefile.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bean/native/unix/makefile.mk b/bean/native/unix/makefile.mk index c3d47ff07e27..0f1ca7bc282a 100644 --- a/bean/native/unix/makefile.mk +++ b/bean/native/unix/makefile.mk @@ -28,9 +28,6 @@ SLOFILES = \ SHL1TARGET=$(TARGET) SHL1LIBS= $(SLB)$/$(TARGET).lib SHL1STDLIBS=$(AWTLIB) -.IF "$(JDK)" == "gcj" -SHL1STDLIBS+=-lgcj -.ENDIF .IF "$(OS)" == "LINUX" .IF "$(CPUNAME)" == "S390" |