mirror of
https://github.com/neovim/neovim.git
synced 2025-10-10 11:56:30 +00:00
Merge pull request #15389 from jamessan/32-bit-revert
[release-0.5] Revert "tests: unit: fix preprocess: pass -m32 for 32bit ABI (#11073)"
This commit is contained in:
@@ -89,10 +89,6 @@ local Gcc = {
|
|||||||
get_defines_extra_flags = {'-std=c99', '-dM', '-E'},
|
get_defines_extra_flags = {'-std=c99', '-dM', '-E'},
|
||||||
get_declarations_extra_flags = {'-std=c99', '-P', '-E'},
|
get_declarations_extra_flags = {'-std=c99', '-P', '-E'},
|
||||||
}
|
}
|
||||||
if ffi.abi("32bit") then
|
|
||||||
table.insert(Gcc.get_defines_extra_flags, '-m32')
|
|
||||||
table.insert(Gcc.get_declarations_extra_flags, '-m32')
|
|
||||||
end
|
|
||||||
|
|
||||||
function Gcc:define(name, args, val)
|
function Gcc:define(name, args, val)
|
||||||
local define = '-D' .. name
|
local define = '-D' .. name
|
||||||
|
Reference in New Issue
Block a user