projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d330f4e
)
Removed compiler flags that are clang specific
author
Benedikt Tutzer
<e1225461@student.tuwien.ac.at>
Wed, 3 Apr 2019 14:19:47 +0000
(16:19 +0200)
committer
Benedikt Tutzer
<e1225461@student.tuwien.ac.at>
Wed, 3 Apr 2019 14:19:47 +0000
(16:19 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 06d020e68d357067331a1048145cb20b494f5458..119afc5944df302d46187310335bad6eacb13ab7 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-71,8
+71,8
@@
all: top-all
YOSYS_SRC := $(dir $(firstword $(MAKEFILE_LIST)))
VPATH := $(YOSYS_SRC)
-CXXFLAGS := $(CXXFLAGS) -Wall -Wextra -ggdb -I. -I"$(YOSYS_SRC)" -MD -D_YOSYS_ -fPIC -I$(PREFIX)/include
-ferror-limit=0
-LDFLAGS := $(LDFLAGS) -L$(LIBDIR)
-ferror-limit=0
+CXXFLAGS := $(CXXFLAGS) -Wall -Wextra -ggdb -I. -I"$(YOSYS_SRC)" -MD -D_YOSYS_ -fPIC -I$(PREFIX)/include
+LDFLAGS := $(LDFLAGS) -L$(LIBDIR)
LDLIBS := $(LDLIBS) -lstdc++ -lm
PLUGIN_LDFLAGS :=