3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-05-12 18:24:44 +00:00

Excluded lbfd from MacOs build

This commit is contained in:
Alain Dargelas 2024-12-05 14:30:34 -08:00
parent 0e82550429
commit fbf7734420
2 changed files with 4 additions and 3 deletions

View file

@ -156,6 +156,10 @@ else
LINKFLAGS += -rdynamic
ifneq ($(OS), OpenBSD)
LIBS += -lrt
LIBS += -lbfd # SILIMATE: support for backward-cpp
CXXFLAGS += -DBACKWARD_HAS_BFD # SILIMATE: support for backward-cpp
endif
endif
@ -438,8 +442,6 @@ LIBS += -ldl
endif
endif
LIBS += -lbfd # SILIMATE: support for backward-cpp
ifeq ($(ENABLE_GLOB),1)
CXXFLAGS += -DYOSYS_ENABLE_GLOB
endif

View file

@ -20,7 +20,6 @@
#include "kernel/yosys.h"
#include "kernel/celltypes.h"
#define BACKWARD_HAS_BFD 1
#include "libs/backward-cpp/backward.hpp"
#ifdef YOSYS_ENABLE_READLINE