ue: Fix z80 v rabbit
authorAlan Cox <alan@linux.intel.com>
Mon, 30 Apr 2018 17:29:32 +0000 (18:29 +0100)
committerAlan Cox <alan@linux.intel.com>
Mon, 30 Apr 2018 17:29:32 +0000 (18:29 +0100)
Applications/ue/Makefile.z80

index af3def0..cf5441f 100644 (file)
@@ -1,6 +1,6 @@
 .SUFFIXES: .c .rel
 
-CC = fcc
+CC = fcc -m$(USERCPU)
 CFLAGS = -c
 COPT = -O2