summaryrefslogtreecommitdiff
path: root/gcc/Makefile
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-04-29 14:26:22 -0700
committerYamaArashi <shadow962@live.com>2016-04-29 14:26:22 -0700
commit069fe8d50f34127ff800baca3f7ad29c235c609d (patch)
tree843cd4471981e29e81c83b47589edae270a17252 /gcc/Makefile
parentb1cbd27e7559a8eece0079ecb76918a11aeb6e9d (diff)
restore unused partial int modes (something relies on them)
Diffstat (limited to 'gcc/Makefile')
-rw-r--r--gcc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/Makefile b/gcc/Makefile
index 61d2b2d..358b1de 100644
--- a/gcc/Makefile
+++ b/gcc/Makefile
@@ -24,7 +24,7 @@ VPATH = $(srcdir)
CC = gcc
-CFLAGS = -g -std=gnu11 -Wunused-function
+CFLAGS = -g -std=gnu11 -Wunused-function -m32
INCLUDES = -I. -I$(srcdir)