diff options
author | arch import user (historical) <svn@openbios.org> | 2005-07-06 18:17:26 +0000 |
---|---|---|
committer | arch import user (historical) <svn@openbios.org> | 2005-07-06 18:17:26 +0000 |
commit | a4b26d77e2088924a3eb81cf9e3f16f6ade4578b (patch) | |
tree | 88479ff05b236c2e1d17b5322b9824a0f88d2d3d | |
parent | 7dec0f9ac33b1053de5045d6d72d6f882e0c782a (diff) |
Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-57
Creator: Li-Ta Lo <ollie@lanl.gov>
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
-rw-r--r-- | src/config/Config.lb | 1 |
1 files changed, 1 insertions, 0 deletions
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) |