From a4b26d77e2088924a3eb81cf9e3f16f6ade4578b Mon Sep 17 00:00:00 2001 From: "arch import user (historical)" Date: Wed, 6 Jul 2005 18:17:26 +0000 Subject: Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-57 Creator: Li-Ta Lo shit put "use CONFIG_USE_INIT" in the global Config.lb git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1975 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/config/Config.lb | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config/Config.lb b/src/config/Config.lb index 096044ae50..6a4b284f9d 100644 --- a/src/config/Config.lb +++ b/src/config/Config.lb @@ -1,6 +1,7 @@ ## This is Architecture independant part of the makefile uses HAVE_OPTION_TABLE +uses CONFIG_USE_INIT makedefine CPP:= $(CC) -x assembler-with-cpp -DASSEMBLY -E makedefine LIBGCC_FILE_NAME := $(shell $(CC) -print-libgcc-file-name) -- cgit v1.2.3