zeroc-mcpp: remove -m32

This commit is contained in:
Đoàn Trần Công Danh 2021-02-23 08:33:52 +07:00
parent cad746a7a2
commit 35c29478da

View file

@ -0,0 +1,12 @@
Index: Makefile
===================================================================
--- Makefile.orig
+++ Makefile
@@ -21,7 +21,6 @@ ifeq ($(UNAME),Linux)
override CFLAGS += -fPIC -Wno-maybe-uninitialized -Wno-implicit-function-declaration -Wno-unused-result
ifeq ($(MACHINE),i686)
- override CFLAGS += -m32
#
# Ubuntu.
#