From: Jordi Mallach Date: Thu, 14 Feb 2019 09:22:17 +0000 (+0100) Subject: Pass $(ARCHOPTS) to standalone m68000 makefile. X-Git-Tag: archive/raspbian/0.266+dfsg.1-1+rpi1~1^2^2^2^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1574032938acdbf7f1a5d424edc1680fb4f3249f;p=mame.git Pass $(ARCHOPTS) to standalone m68000 makefile. Forwarded: no Gbp-Pq: Name m68000_archopts.patch --- diff --git a/src/devices/cpu/m68000/makefile b/src/devices/cpu/m68000/makefile index 770a80e63..fe6caee99 100644 --- a/src/devices/cpu/m68000/makefile +++ b/src/devices/cpu/m68000/makefile @@ -25,7 +25,7 @@ clean: -@rm -f m68kops.* m68kmake.o: m68kmake.cpp - $(SILENT) $(CC) -x c++ -std=c++11 -o "$@" -c "$<" + $(SILENT) $(CC) -x c++ -std=c++11 $(ARCHOPTS) -o "$@" -c "$<" m68kmake$(EXE) : m68kmake.o @echo Linking $@...