From 658c2667fb63dc1147f7750557fca3d3ce8cc802 Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Fri, 11 Aug 2006 15:19:59 +0000
Subject: 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
---
bean/native/unix/makefile.mk | 3 ---
1 file changed, 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"
--
cgit