Fix a couple of minor omissions (and an incorrect switch-arch alteration) from the previous commit.

git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@713 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
Mark Cave-Ayland
2010-03-27 11:59:43 +00:00
parent 126f9ee43e
commit 08ee7445f1
3 changed files with 1 additions and 8 deletions

View File

@@ -6,9 +6,6 @@
* the copyright and warranty status of this work.
*/
// forthload.c
int forth_load(const char *filename);
// linux_load.c
int linux_load(struct sys_info *info, const char *file, const char *cmdline);

View File

@@ -6,9 +6,6 @@
* the copyright and warranty status of this work.
*/
// forthload.c
int forth_load(const char *filename);
// linux_load.c
int linux_load(struct sys_info *info, const char *file, const char *cmdline);

View File

@@ -150,8 +150,7 @@ for RULES_ARCH in $*; do
;;
x86)
#select_prefix i486
select_prefix x86_64
select_prefix i486
CFLAGS="-fno-builtin -m32"
AS_FLAGS="-Wa,-32"
;;