comparison os9/mc09/makefile @ 107:c5dd5c363d43

mc.c in intel64 ( LP64 )
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 29 Dec 2018 23:05:40 +0900
parents 6eef99bb4771
children 098b3feab38c
comparison
equal deleted inserted replaced
106:6566b9f47f4a 107:c5dd5c363d43
3 3
4 MCUTILS=uf.c 4 MCUTILS=uf.c
5 5
6 DESTDIR=/usr/local/bin 6 DESTDIR=/usr/local/bin
7 7
8 CFLAGS = -m32 -O0 -g -Wno-return-type -Wno-implicit-int -Wno-implicit-function-declaration -Wno-parentheses 8 # CFLAGS = -m32 -O0 -g -Wno-return-type -Wno-implicit-int -Wno-implicit-function-declaration -Wno-parentheses
9 CFLAGS = -O0 -g -Wno-return-type -Wno-implicit-int -Wno-implicit-function-declaration -Wno-parentheses -Wno-format
9 10
10 AS09 = ../../src/a09 11 AS09 = ../../src/a09
11 12
12 all: mc2 13 all: mc2
13 14