projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0610424
)
Remove yosys libdir from LDFLAGS (and fix a typo)
author
N. Engelhardt
<nak@symbioticeda.com>
Thu, 7 May 2020 17:28:18 +0000
(19:28 +0200)
committer
N. Engelhardt
<nak@symbioticeda.com>
Thu, 7 May 2020 17:28:18 +0000
(19:28 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index cb2bf587e65848a1760faf1d0793c6d6a6f52da9..a481dd92b544b5c7bcf118651aa3ac8acbf5ac97 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-82,7
+82,6
@@
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
-LDFLAGS := $(LDFLAGS) -L$(LIBDIR)
LDLIBS := $(LDLIBS) -lstdc++ -lm
PLUGIN_LDFLAGS :=
@@
-371,7
+370,7
@@
BOOST_PYTHON_LIB ?= $(shell \
endif
ifeq ($(BOOST_PYTHON_LIB),)
-$(error BOOST_PYTHON_LIB could not be detected. Please define manualy)
+$(error BOOST_PYTHON_LIB could not be detected. Please define manual
l
y)
endif
ifeq ($(OS), Darwin)