We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7f780a commit 1c85ba1Copy full SHA for 1c85ba1
src/external/vpc/utils/vpc/Makefile
@@ -207,7 +207,7 @@ CFLAGS+= -arch i386 -fasm-blocks
207
endif
208
209
ifeq "$(OS)" "Linux"
210
-CFLAGS+= -DPLATFORM_LINUX -D_LINUX -DLINUX
+CFLAGS+= -DPLATFORM_LINUX -D_LINUX -DLINUX -m32
211
212
213
ifeq ($(CYGWIN),1)
@@ -230,6 +230,10 @@ ifeq "$(OS)" "Darwin"
230
LINK+= -arch i386
231
232
233
+ifeq "$(OS)" "Linux"
234
+LINK+= -m32
235
+endif
236
+
237
238
# Build rules
239
all: $(OUTFILE) ../../../../devtools/bin/vpc$(EXE_POSTFIX)
0 commit comments