projects
/
riscv-isa-sim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ac8a9b
)
don't include same flags twice
author
Scott Beamer
<sbeamer@eecs.berkeley.edu>
Thu, 28 Aug 2014 04:27:30 +0000
(21:27 -0700)
committer
Scott Beamer
<sbeamer@eecs.berkeley.edu>
Thu, 28 Aug 2014 04:27:30 +0000
(21:27 -0700)
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index 45d22a4682e9a9a197be94d708539e0040db071c..7bbf1d82e5b339f6d4855769255354e867e57e56 100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-87,7
+87,7
@@
CXX := @CXX@
CFLAGS += @CFLAGS@ -DPREFIX=\"$(prefix)\"
CPPFLAGS += @CPPFLAGS@
CXXFLAGS += @CXXFLAGS@ -DPREFIX=\"$(prefix)\"
-COMPILE := $(CXX) -fPIC -MMD -MP $(CPPFLAGS) $(C
FLAGS) $(C
XXFLAGS) \
+COMPILE := $(CXX) -fPIC -MMD -MP $(CPPFLAGS) $(CXXFLAGS) \
$(sprojs_include)
COMPILE_C := $(CC) -fPIC -MMD -MP $(CPPFLAGS) $(CFLAGS) \
$(sprojs_include)