mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix a copy and paste error. Do not include errors.c in libgcc_int.a,
it is only used by build tools. Submitted by: grehan
This commit is contained in:
parent
b4d89b2e0f
commit
5fbbfacea3
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ INTERNALLIB= YES
|
|||
|
||||
# Files from libiberty.
|
||||
SRCS= choose-temp.c concat.c cp-demangle.c cp-demint.c cplus-dem.c \
|
||||
dyn-string.c errors.c fibheap.c getpwd.c getruntime.c hashtab.c \
|
||||
dyn-string.c fibheap.c getpwd.c getruntime.c hashtab.c \
|
||||
hex.c lbasename.c make-temp-file.c md5.c obstack.c partition.c \
|
||||
pexecute.c physmem.c splay-tree.c xexit.c xmalloc.c xmemdup.c \
|
||||
xstrdup.c xstrerror.c xexit.c
|
||||
|
|
|
|||
Loading…
Reference in a new issue