aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2015-12-15 19:54:07 +0100
committerClifford Wolf <clifford@clifford.at>2015-12-15 19:54:07 +0100
commit9df59f0c2cd0ecdbcc3597077c751f6b6f83d298 (patch)
treeae7451067a1671077ac6c467ac4fd52e464cb771 /Makefile
parent494e5f24f939e3bae4230084ece432304a7ba73a (diff)
parent7948156abf75904e305e9063763b7509b2139862 (diff)
downloadyosys-9df59f0c2cd0ecdbcc3597077c751f6b6f83d298.tar.gz
yosys-9df59f0c2cd0ecdbcc3597077c751f6b6f83d298.tar.bz2
yosys-9df59f0c2cd0ecdbcc3597077c751f6b6f83d298.zip
Merge pull request #110 from scanlime/master
Trivial changes to fix Mac OS build
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index aa3703642..3dff837fb 100644
--- a/Makefile
+++ b/Makefile
@@ -54,7 +54,7 @@ ifeq (Darwin,$(findstring Darwin,$(shell uname)))
LDFLAGS += $(shell PKG_CONFIG_PATH=$$(brew list libffi | grep pkgconfig | xargs dirname) pkg-config --silence-errors --libs libffi)
# use bison installed by homebrew if available
BISON = $(shell (brew list bison | grep -m1 "bin/bison") || echo bison)
- SED = gsed
+ SED = sed
else
LDFLAGS += -rdynamic
LDLIBS += -lrt