mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
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:
@@ -6,9 +6,6 @@
|
|||||||
* the copyright and warranty status of this work.
|
* the copyright and warranty status of this work.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// forthload.c
|
|
||||||
int forth_load(const char *filename);
|
|
||||||
|
|
||||||
// linux_load.c
|
// linux_load.c
|
||||||
int linux_load(struct sys_info *info, const char *file, const char *cmdline);
|
int linux_load(struct sys_info *info, const char *file, const char *cmdline);
|
||||||
|
|
||||||
|
|||||||
@@ -6,9 +6,6 @@
|
|||||||
* the copyright and warranty status of this work.
|
* the copyright and warranty status of this work.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// forthload.c
|
|
||||||
int forth_load(const char *filename);
|
|
||||||
|
|
||||||
// linux_load.c
|
// linux_load.c
|
||||||
int linux_load(struct sys_info *info, const char *file, const char *cmdline);
|
int linux_load(struct sys_info *info, const char *file, const char *cmdline);
|
||||||
|
|
||||||
|
|||||||
@@ -150,8 +150,7 @@ for RULES_ARCH in $*; do
|
|||||||
;;
|
;;
|
||||||
|
|
||||||
x86)
|
x86)
|
||||||
#select_prefix i486
|
select_prefix i486
|
||||||
select_prefix x86_64
|
|
||||||
CFLAGS="-fno-builtin -m32"
|
CFLAGS="-fno-builtin -m32"
|
||||||
AS_FLAGS="-Wa,-32"
|
AS_FLAGS="-Wa,-32"
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user