mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Removed compatbility.{h,cc}: Not using open_memstream/fmemopen anymore
This commit is contained in:
parent
19cff41eb4
commit
58367cd87a
8 changed files with 21 additions and 195 deletions
3
Makefile
3
Makefile
|
@ -133,8 +133,7 @@ Q =
|
|||
S =
|
||||
endif
|
||||
|
||||
OBJS += kernel/driver.o kernel/register.o kernel/rtlil.o kernel/log.o kernel/calc.o
|
||||
OBJS += kernel/compatibility.o kernel/yosys.o
|
||||
OBJS += kernel/driver.o kernel/register.o kernel/rtlil.o kernel/log.o kernel/calc.o kernel/yosys.o
|
||||
|
||||
OBJS += libs/bigint/BigIntegerAlgorithms.o libs/bigint/BigInteger.o libs/bigint/BigIntegerUtils.o
|
||||
OBJS += libs/bigint/BigUnsigned.o libs/bigint/BigUnsignedInABase.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue