summaryrefslogtreecommitdiffstats
path: root/ecc/Rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'ecc/Rules.mk')
-rw-r--r--ecc/Rules.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/ecc/Rules.mk b/ecc/Rules.mk
index c815cf1..ed3c46d 100644
--- a/ecc/Rules.mk
+++ b/ecc/Rules.mk
@@ -22,8 +22,8 @@
# permissions and limitations under the License.
#
# IBM_PROLOG_END_TAG
-CFLAGS += -m32 -D_GNU_SOURCE -std=gnu99 -D_FILE_OFFSET_BITS=64 -I$(DEPTH)/.. -iquote..
-LDFLAGS += -L. -L$(DEPTH)/../clib/x86 -m32
+CFLAGS += -D_GNU_SOURCE -std=gnu99 -D_FILE_OFFSET_BITS=64 -I$(DEPTH)/.. -iquote..
+LDFLAGS += -L. -L$(DEPTH)/../clib/x86
OBJS=main.o
OpenPOWER on IntegriCloud