summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2015-12-07 22:07:29 +1100
committer Vas Crabb <vas@vastheman.com>2015-12-07 22:07:29 +1100
commite706b934470b848e2696a42fb59fdbec02df1c1a (patch)
tree7551667eb4739890864eaba77bbce17abdcd63e9 /scripts
parent3debdde27e552f9ee48267e0dbbfd44e4de44ecc (diff)
propagate ARCHOPTS to linker
Diffstat (limited to 'scripts')
-rw-r--r--scripts/genie.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua
index c9e2aeac3fc..8751af8cf2b 100644
--- a/scripts/genie.lua
+++ b/scripts/genie.lua
@@ -834,6 +834,9 @@ if _OPTIONS["OPTIMIZE"] then
buildoptions {
_OPTIONS["ARCHOPTS"]
}
+ linkoptions {
+ _OPTIONS["ARCHOPTS"]
+ }
end
if _OPTIONS["OPT_FLAGS"] then
buildoptions {