1
0
Fork 0
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:
uid8941 2010-03-09 14:35:32 +00:00
parent f116df561b
commit d4367d5bba

View file

@ -1,6 +1,6 @@
src = $(wildcard *.cc *.c)
destDir = ../bin
GCCFLAGS = -g -pthread
GCCFLAGS = -g -pthread -m32
all:
@mkdir -p $(destDir)