projects
/
mame.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c180c2
)
Pass $(ARCHOPTS) to standalone m68000 makefile.
author
Jordi Mallach
<jordi@debian.org>
Thu, 14 Feb 2019 09:22:17 +0000
(10:22 +0100)
committer
Jordi Mallach
<jordi@debian.org>
Thu, 14 Feb 2019 09:22:17 +0000
(10:22 +0100)
Forwarded: no
Gbp-Pq: Name m68000_archopts.patch
src/devices/cpu/m68000/makefile
patch
|
blob
|
history
diff --git
a/src/devices/cpu/m68000/makefile
b/src/devices/cpu/m68000/makefile
index 770a80e63bcd51154d78e0d6918c6351a37b9dd5..fe6caee994e8eac4cd183547f0dc7be34853aa27 100644
(file)
--- 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 $@...