mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 01:15:29 +02:00
Add -m32 flag to make the tests programs build properly on 64-bit machines.
This commit is contained in:
parent
f116df561b
commit
d4367d5bba
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
src = $(wildcard *.cc *.c)
|
||||
destDir = ../bin
|
||||
GCCFLAGS = -g -pthread
|
||||
GCCFLAGS = -g -pthread -m32
|
||||
|
||||
all:
|
||||
@mkdir -p $(destDir)
|
||||
|
|
Loading…
Add table
Reference in a new issue