From 1c95978ab241d80ff16747f62dcd68dc4ba2e7e8 Mon Sep 17 00:00:00 2001 From: ERIK ALEXANDRE PUCCI <eap08@c3sl.ufpr.br> Date: Tue, 23 Nov 2010 10:59:47 -0200 Subject: [PATCH] src/Makefile: Added "-m32" flag to CCFLAGS This flag is used to force the compilation to 32-bit, which is the most used architecture in the ProInfo project. Signed-off-by: Erik Alexandre Pucci <eap08@c3sl.ufpr.br> Signed-off-by: Danilo K. S. Yorinori <danilok@c3sl.ufpr.br> --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 1e1f950..dae9ee3 100644 --- a/src/Makefile +++ b/src/Makefile @@ -11,7 +11,7 @@ LIBGSOAPDIR = $(LIBDIR)/$(LIBGSOAP) LIBGSOAPBIN = $(LIBGSOAPDIR)/bin LIBGSOAPINC = $(LIBGSOAPDIR)/include -CCFLAGS = -g -Wall +CCFLAGS = -g -Wall -m32 WSCLIENTH = wsclient.h -- GitLab