summaryrefslogtreecommitdiff
path: root/bean/native/unix
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-08-11 15:19:59 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-08-11 15:19:59 +0000
commit658c2667fb63dc1147f7750557fca3d3ce8cc802 (patch)
tree61009817be609b6985f927dd8e24b3d274a59b0b /bean/native/unix
parent720afc0ce7afa37aa3fbf0c8f1cb9f27b826a1b0 (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/native/unix')
-rw-r--r--bean/native/unix/makefile.mk3
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"