mirror of
https://github.com/verilator/verilator.git
synced 2025-01-01 04:07:34 +00:00
Fix exceeding command-line ar limit (#2834).
This commit is contained in:
parent
6a189a1f81
commit
4261f72bd2
@ -201,8 +201,6 @@ else
|
|||||||
VK_OBJS += $(VK_FAST_OBJS) $(VK_SLOW_OBJS)
|
VK_OBJS += $(VK_FAST_OBJS) $(VK_SLOW_OBJS)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
fred.a: foo1.a foo2.a out.o
|
|
||||||
|
|
||||||
# When archiving just objects (.o), use single $(AR) run
|
# When archiving just objects (.o), use single $(AR) run
|
||||||
# 1. Make .tmp file with list of objects so don't exceed commend line
|
# 1. Make .tmp file with list of objects so don't exceed commend line
|
||||||
# When merging objects (.o) and archives (.a) additionally:
|
# When merging objects (.o) and archives (.a) additionally:
|
||||||
|
Loading…
Reference in New Issue
Block a user