Fix GCC 4.9 plugin needed to handle lto object
This commit is contained in:
2
3rdparty/libconfig/Makefile.in
vendored
2
3rdparty/libconfig/Makefile.in
vendored
@@ -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)
|
||||
|
||||
|
||||
2
3rdparty/mt19937ar/Makefile.in
vendored
2
3rdparty/mt19937ar/Makefile.in
vendored
@@ -23,4 +23,4 @@ help:
|
||||
|
||||
%.o: %.c $(MT19937AR_H)
|
||||
@echo " CC $<"
|
||||
@@CC@ @CFLAGS@ @CPPFLAGS@ -c $(OUTPUT_OPTION) $<
|
||||
@@CC@ @CFLAGS_AR@ @CPPFLAGS@ -c $(OUTPUT_OPTION) $<
|
||||
|
||||
Reference in New Issue
Block a user