Parse a SECTIONS clause in a linker script.
[deliverable/binutils-gdb.git] / gold / Makefile.am
index d1c564c3f53b00d1232d0d80c7dac86c42aecebd..199c75a363f31032a9b3f94fe6f44145d742b807 100644 (file)
@@ -8,7 +8,8 @@ tooldir = $(exec_prefix)/$(target_alias)
 
 ACLOCAL_AMFLAGS = -I ../bfd -I ../config
 
-AM_CXXFLAGS = $(WARN_CXXFLAGS) $(LFS_CXXFLAGS)
+AM_CFLAGS = $(WARN_CFLAGS) $(LFS_CFLAGS)
+AM_CXXFLAGS = $(WARN_CXXFLAGS) $(LFS_CFLAGS)
 
 INCLUDES = \
        -I$(srcdir) -I$(srcdir)/../include -I$(srcdir)/../elfcpp \
@@ -50,6 +51,7 @@ CCFILES = \
        readsyms.cc \
        reloc.cc \
        resolve.cc \
+       script-sections.cc \
        script.cc \
        stringpool.cc \
        symtab.cc \
@@ -80,8 +82,9 @@ HFILES = \
        readsyms.h \
        reloc.h \
        reloc-types.h \
-       script.h \
        script-c.h \
+       script-sections.h \
+       script.h \
        stringpool.h \
        symtab.h \
        target.h \
This page took 0.037925 seconds and 4 git commands to generate.