summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLojewski, Evan <github@meklort.com>2019-05-11 18:08:14 -0600
committerLojewski, Evan <github@meklort.com>2019-05-11 18:08:14 -0600
commit838f2e1bf458feb438eb27fdc637b1cd7486959a (patch)
tree7a3d1dbcb4cb6fd2e087c9c320654d27493cbcd7
parent889dcdf5ef637ba6dd1cf0677381fd47881f45b6 (diff)
downloadbcm5719-ortega-838f2e1bf458feb438eb27fdc637b1cd7486959a.tar.gz
bcm5719-ortega-838f2e1bf458feb438eb27fdc637b1cd7486959a.zip
use the custom objcopy for stage1.
-rw-r--r--cmake/mips.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/mips.cmake b/cmake/mips.cmake
index b4a5c5f..420aacb 100644
--- a/cmake/mips.cmake
+++ b/cmake/mips.cmake
@@ -62,7 +62,7 @@ function(mips_add_executable target)
add_custom_command(
TARGET ${target} POST_BUILD
- COMMAND llvm-objcopy -O binary ${target} ${target}.bin
+ COMMAND $ENV{HOME}/llvm-bcm5719/bin/llvm-objcopy -O binary ${target} ${target}.bin
BYPRODUCTS ${target}.bin)
endfunction(mips_add_executable)
OpenPOWER on IntegriCloud