Kaydet (Commit) a3e33c33 authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS gcj3 (1.4.6); FILE MERGED

2005/03/10 10:57:16 cmc 1.4.6.2: #i44359# undo SHL1NOCHECK for gcj, confirmed with gcj guys that it's their bug
2005/03/08 12:13:16 cmc 1.4.6.1: #i44359# bean now compilable with gcj
üst 9d6df2c6
...@@ -16,10 +16,6 @@ NO_BSYMBOLIC=TRUE ...@@ -16,10 +16,6 @@ NO_BSYMBOLIC=TRUE
nojava: nojava:
@echo "Not building odk/source/OOSupport because Java has been disabled" @echo "Not building odk/source/OOSupport because Java has been disabled"
.ENDIF .ENDIF
.IF "$(JDK)"=="gcj"
all:
@echo This dir cannot be build with gcj because of jawt.h
.ENDIF
.IF "$(OS)"=="MACOSX" .IF "$(OS)"=="MACOSX"
dummy: dummy:
@echo "Nothing to build for OS $(OS)" @echo "Nothing to build for OS $(OS)"
...@@ -40,6 +36,10 @@ SHL1STDLIBS+=-lzip -lawt ...@@ -40,6 +36,10 @@ SHL1STDLIBS+=-lzip -lawt
SHL1STDLIBS+=-lstdc++ SHL1STDLIBS+=-lstdc++
.ENDIF .ENDIF
.IF "$(JDK)" == "gcj"
SHL1STDLIBS+=-lgcj
.ENDIF
NO_SHL1DESCRIPTION=TRUE NO_SHL1DESCRIPTION=TRUE
# --- Targets ------------------------------------------------------ # --- Targets ------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment