Closed Adenilson closed 9 years ago
pi@raspberrypi /media/iso/stuff/deps-servo/rust-stb-image $ git diff diff --git a/makefile.cargo b/makefile.cargo index 53987d2..0759fac 100644 --- a/makefile.cargo +++ b/makefile.cargo @@ -1,7 +1,7 @@ ifeq (eabi,$(findstring eabi,$(TARGET)))
-CC := $(TARGET)-gcc -AR := $(TARGET)-ar +CC ?= $(TARGET)-gcc +AR ?= $(TARGET)-ar
else
pi@raspberrypi /media/iso/stuff/deps-servo/rust-stb-image $ cargo build --release Updating registry https://github.com/rust-lang/crates.io-index Compiling stb_image v0.1.0 (file:///media/iso/stuff/deps-servo/rust-stb-image) Compiling libc v0.1.8
https://github.com/rust-lang/crates.io-index
@bors-servo r+
:pushpin: Commit 6119e8a has been approved by metajack
metajack
:hourglass: Testing commit 6119e8a with merge bac1aaa...
:sunny: Test successful - travis
pi@raspberrypi /media/iso/stuff/deps-servo/rust-stb-image $ git diff diff --git a/makefile.cargo b/makefile.cargo index 53987d2..0759fac 100644 --- a/makefile.cargo +++ b/makefile.cargo @@ -1,7 +1,7 @@ ifeq (eabi,$(findstring eabi,$(TARGET)))
-CC := $(TARGET)-gcc -AR := $(TARGET)-ar +CC ?= $(TARGET)-gcc +AR ?= $(TARGET)-ar
else
pi@raspberrypi /media/iso/stuff/deps-servo/rust-stb-image $ cargo build --release Updating registry
https://github.com/rust-lang/crates.io-index
Compiling stb_image v0.1.0 (file:///media/iso/stuff/deps-servo/rust-stb-image) Compiling libc v0.1.8