3
0
Fork 0
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:
Clifford Wolf 2014-08-23 15:14:58 +02:00
parent 19cff41eb4
commit 58367cd87a
8 changed files with 21 additions and 195 deletions

View file

@ -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