summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bx/scripts/toolchain.lua
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/bx/scripts/toolchain.lua')
-rw-r--r--3rdparty/bx/scripts/toolchain.lua8
1 files changed, 7 insertions, 1 deletions
diff --git a/3rdparty/bx/scripts/toolchain.lua b/3rdparty/bx/scripts/toolchain.lua
index ad3a3e647e1..fc674de9570 100644
--- a/3rdparty/bx/scripts/toolchain.lua
+++ b/3rdparty/bx/scripts/toolchain.lua
@@ -1126,7 +1126,13 @@ function strip()
"$(SILENT) $(ANDROID_NDK_X86)/bin/i686-linux-android-strip -s \"$(TARGET)\""
}
- configuration { "linux-* or rpi", "Release" }
+ configuration { "linux-steamlink", "Release" }
+ postbuildcommands {
+ "$(SILENT) echo Stripping symbols.",
+ "$(SILENT) $(MARVELL_SDK_PATH)/toolchain/bin/armv7a-cros-linux-gnueabi-strip -s \"$(TARGET)\""
+ }
+
+ configuration { "linux-* or rpi", "not linux-steamlink", "Release" }
postbuildcommands {
"$(SILENT) echo Stripping symbols.",
"$(SILENT) strip -s \"$(TARGET)\""
olumn5'>| | | | * | | | | | | | | | | | | | ZIP64 support [Vas Crabb] Vas Crabb2016-04-091-170/+353 * | | | | | | | | | | | | | plugins/cheatfind: start adding basic menu (nw) cracyc2016-04-084-11/+232 * | | | | | | | | | | | | | hmcs40: REDD/SEDD param is only 2 bits hap2016-04-093-10/+8 | |/ / / / / / / / / / / / |/| | | | | | | | | | | | * | | | | | | | | | | | | nld_ms_sm.h: better use '!' instead of 'not' (nw) yz70s2016-04-081-1/+1 |/ / / / / / / / / / / / * | | | | | | | | | | | Add includes for dependency documentation. (nw) couriersud2016-04-082-0/+5 * | | | | | | | | | | | plugins/timer: add play count (nw) cracyc2016-04-081-3/+10 * | | | | | | | | | | | vtech1: Add support for the "Dick Smith VZ-200/300 RTTY Cartridge" Dirk Best2016-04-087-3/+140 * | | | | | | | | | | | plugins/cheatfind: start lua cheat finder library [Carl] cracyc2016-04-082-0/+108 * | | | | | | | | | | | Add includes for dependency documentation. There is still inconsistent couriersud2016-04-084-2/+4 * | | | | | | | | | | | Minor changes, mostly signed comparisons and adding includes for couriersud2016-04-089-38/+42 * | | | | | | | | | | | sm510: readded adx carry exception again, lone ranger will lockup otherwise hap2016-04-082-12/+16 * | | | | | | | | | | | plugins/timer: save to the correct file (nw) cracyc2016-04-081-12/+23 * | | | | | | | | | | | info.cpp: first attempt to fix the longstanding issue about inputs owned etabeta782016-04-081-0/+27 * | | | | | | | | | | | New NOT_WORKING machine added hap2016-04-082-0/+66 * | | | | | | | | | | | ksys573.cpp: removed a few unused input bits from hyperbbc. nw. etabeta782016-04-081-5/+16 * | | | | | | | | | | | Fixed default dip for hishouza based on dip sheet, fixes MT#6174 Scott Stone2016-04-081-0/+6 * | | | | | | | | | | | Merge pull request #795 from Bavarese/patch-1 Miodrag Milanović2016-04-081-12/+13 |\ \ \ \ \ \ \ \ \ \ \ \ | * | | | | | | | | | | | Update dec_lk201.cpp Bavarese2016-04-081-12/+13 |/ / / / / / / / / / / / * | | | | | | | | | | | Try to fix issue on some linux platforms (nw) Miodrag Milanovic2016-04-083-7/+8 * | | | | | | | | | | | sm500 opcode handler placeholders hap2016-04-0810-11/+253 * | | | | | | | | | | | xbox.cpp: more usb, possible to have more than 1 usb device plugged at the sa... yz70s2016-04-083-65/+199 * | | | | | | | | | | | fix Miodrag Milanovic2016-04-081-0/+2 * | | | | | | | | | | | Revert "Fix SDL compile on linux. Took the opportunity to remove a number of" Miodrag Milanovic2016-04-0811-21/+19 * | | | | | | | | | | | Revert "compile fix on windows (nw)" Miodrag Milanovic2016-04-084-11/+1 * | | | | | | | | | | | renamed memory.* to emumem.* (nw) Miodrag Milanovic2016-04-084-8/+8 * | | | | | | | | | | | (nw) Stiletto2016-04-081-0/+3 * | | | | | | | | | | | compile fix on windows (nw) Miodrag Milanovic2016-04-084-1/+11 * | | | | | | | | | | | Merge pull request #794 from ajrhacker/devfind_region Miodrag Milanović2016-04-08182-904/+793 |\ \ \ \ \ \ \ \ \ \ \ \ | * | | | | | | | | | | | Revert "keep segaybd happy with recent changes (for the time being system16 t... AJR2016-04-072-19/+19 | * | | | | | | | | | | | Devfind revision phase 1, cleaning out some legacy stuff AJR2016-04-07180-885/+774 * | | | | | | | | | | | | oops++ (nw) cracyc2016-04-071-2/+2 * | | | | | | | | | | | | plugins/timer: add sample plugin for game time [Carl]