You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openbios/openbios-sparc.patch

14 lines
436 B

Index: config/scripts/switch-arch
===================================================================
--- config/scripts/switch-arch (revision 1061)
+++ config/scripts/switch-arch (working copy)
@@ -247,7 +247,7 @@
;;
sparc32)
- select_prefix sparc
+ select_prefix sparc64
CFLAGS="-Wa,-xarch=v8 -Wa,-32 -m32 -mcpu=supersparc -fno-builtin"
AS_FLAGS="-Wa,-xarch=v8 -Wa,-32"
;;