aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/unit/preprocess.lua4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/unit/preprocess.lua b/test/unit/preprocess.lua
index 3786bc2122..1073855a7d 100644
--- a/test/unit/preprocess.lua
+++ b/test/unit/preprocess.lua
@@ -89,10 +89,6 @@ local Gcc = {
get_defines_extra_flags = {'-std=c99', '-dM', '-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)
local define = '-D' .. name