j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
Author: mcayland Date: Sat Mar 27 12:59:43 2010 New Revision: 713 URL: http://tracker.coreboot.org/trac/openbios/changeset/713
Log: Fix a couple of minor omissions (and an incorrect switch-arch alteration) from the previous commit.
Modified: trunk/openbios-devel/arch/sparc32/boot.h trunk/openbios-devel/arch/sparc64/boot.h trunk/openbios-devel/config/scripts/switch-arch
Modified: trunk/openbios-devel/arch/sparc32/boot.h ============================================================================== --- trunk/openbios-devel/arch/sparc32/boot.h Sat Mar 27 12:53:59 2010 (r712) +++ trunk/openbios-devel/arch/sparc32/boot.h Sat Mar 27 12:59:43 2010 (r713) @@ -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);
Modified: trunk/openbios-devel/arch/sparc64/boot.h ============================================================================== --- trunk/openbios-devel/arch/sparc64/boot.h Sat Mar 27 12:53:59 2010 (r712) +++ trunk/openbios-devel/arch/sparc64/boot.h Sat Mar 27 12:59:43 2010 (r713) @@ -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);
Modified: trunk/openbios-devel/config/scripts/switch-arch ============================================================================== --- trunk/openbios-devel/config/scripts/switch-arch Sat Mar 27 12:53:59 2010 (r712) +++ trunk/openbios-devel/config/scripts/switch-arch Sat Mar 27 12:59:43 2010 (r713) @@ -150,8 +150,7 @@ ;;
x86) - #select_prefix i486 - select_prefix x86_64 + select_prefix i486 CFLAGS="-fno-builtin -m32" AS_FLAGS="-Wa,-32" ;;