Fix GCC 4.9 plugin needed to handle lto object

This commit is contained in:
lighta
2014-12-19 16:22:58 -05:00
parent 78bcd82039
commit 629af3be48
5 changed files with 111 additions and 22 deletions

View File

@@ -30,7 +30,7 @@ obj:
obj/%.o: %.c $(LIBCONFIG_H)
@echo " CC $<"
@@CC@ @CFLAGS@ @DEFS@ @CPPFLAGS@ -c $(OUTPUT_OPTION) $<
@@CC@ @CFLAGS_AR@ @DEFS@ @CPPFLAGS@ -c $(OUTPUT_OPTION) $<
libconfig: obj $(LIBCONFIG_DIR_OBJ) $(LIBCONFIG_AR)

View File

@@ -23,4 +23,4 @@ help:
%.o: %.c $(MT19937AR_H)
@echo " CC $<"
@@CC@ @CFLAGS@ @CPPFLAGS@ -c $(OUTPUT_OPTION) $<
@@CC@ @CFLAGS_AR@ @CPPFLAGS@ -c $(OUTPUT_OPTION) $<