This commit is contained in:
Branimir Karadžić
2017-03-27 21:48:19 -07:00
parent 926ee0e9a2
commit 2bbb6bae25

View File

@@ -1444,5 +1444,11 @@ function strip()
-- .. "--preload-file ../../../examples/runtime@/"
}
configuration { "riscv" }
postbuildcommands {
"$(SILENT) echo Stripping symbols.",
"$(SILENT) $(FREEDOM_E_SDK)/toolchain/bin/riscv32-unknown-elf-strip -s \"$(TARGET)\""
}
configuration {} -- reset configuration
end