mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-09 21:22:20 +08:00
Can now do a full static link of hello, world in C or C++
This commit is contained in:
@ -19,6 +19,8 @@ noinst_PROGRAMS = ld-new
|
||||
|
||||
CCFILES = \
|
||||
archive.cc \
|
||||
common.cc \
|
||||
defstd.cc \
|
||||
dirsearch.cc \
|
||||
fileread.cc \
|
||||
gold.cc \
|
||||
@ -37,6 +39,8 @@ CCFILES = \
|
||||
|
||||
HFILES = \
|
||||
archive.h \
|
||||
common.h \
|
||||
defstd.h \
|
||||
dirsearch.h \
|
||||
fileread.h \
|
||||
gold.h \
|
||||
|
Reference in New Issue
Block a user