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

Pass --build and --host when cross-compiling

üst 8e872440
...@@ -55,6 +55,10 @@ CONFIGURE_ACTION= ...@@ -55,6 +55,10 @@ CONFIGURE_ACTION=
CONFIGURE_ACTION=.$/configure CONFIGURE_ACTION=.$/configure
.ENDIF .ENDIF
.IF "$(CROSS_COMPILING)"!=""
CONFIGURE_FLAGS+= --build="$(BUILD_PLATFORM)" --host="$(HOST_PLATFORM)"
.ENDIF
BUILD_DIR=lib BUILD_DIR=lib
BUILD_ACTION=dmake $(MFLAGS) $(CALLMACROS) BUILD_ACTION=dmake $(MFLAGS) $(CALLMACROS)
......
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