mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Renamed sem to semaphore.
This commit is contained in:
@@ -730,6 +730,31 @@ function toolchain(_buildDir, _libDir)
|
||||
buildoptions {
|
||||
"-mfpmath=sse",
|
||||
}
|
||||
--[[
|
||||
defines { "BX_CRT_NONE" }
|
||||
|
||||
buildoptions {
|
||||
"-nostdlib",
|
||||
"-nodefaultlibs",
|
||||
"-nostartfiles",
|
||||
"-Wa,--noexecstack",
|
||||
"-ffreestanding",
|
||||
|
||||
"-mpreferred-stack-boundary=4",
|
||||
"-mstackrealign",
|
||||
}
|
||||
|
||||
linkoptions {
|
||||
"-nostdlib",
|
||||
"-nodefaultlibs",
|
||||
"-nostartfiles",
|
||||
"-Wa,--noexecstack",
|
||||
"-ffreestanding",
|
||||
|
||||
"-mpreferred-stack-boundary=4",
|
||||
"-mstackrealign",
|
||||
}
|
||||
--]]
|
||||
|
||||
configuration { "linux-gcc* or linux-clang*" }
|
||||
buildoptions {
|
||||
|
||||
Reference in New Issue
Block a user