Kaydet (Commit) 168c5371 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Add cross-compilation support

üst e634a528
...@@ -68,6 +68,10 @@ CONFIGURE_FLAGS=--with-included-modules=yes ...@@ -68,6 +68,10 @@ CONFIGURE_FLAGS=--with-included-modules=yes
CONFIGURE_FLAGS+= CPPFLAGS="$(ARCH_FLAGS) $(EXTRA_CDEFS)" CONFIGURE_FLAGS+= CPPFLAGS="$(ARCH_FLAGS) $(EXTRA_CDEFS)"
CONFIGURE_ACTION+="--without-x" CONFIGURE_ACTION+="--without-x"
.IF "$(CROSS_COMPILING)"=="YES"
CONFIGURE_FLAGS+=--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM)
.ENDIF
.IF "$(VERBOSE)"!="" .IF "$(VERBOSE)"!=""
VFLAG=V=1 VFLAG=V=1
.ENDIF .ENDIF
......
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