Can now do a full static link of hello, world in C or C++

This commit is contained in:
Ian Lance Taylor
2006-11-03 18:26:11 +00:00
parent 58ea3d6a2f
commit ead1e4244a
36 changed files with 3548 additions and 575 deletions

View File

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