j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
Author: laurent Date: 2009-09-20 22:18:15 +0200 (Sun, 20 Sep 2009) New Revision: 585
Modified: trunk/openbios-devel/config/scripts/switch-arch Log: Revert commit of local change (sparc-elf / sparc-linux-gnu )
Modified: trunk/openbios-devel/config/scripts/switch-arch =================================================================== --- trunk/openbios-devel/config/scripts/switch-arch 2009-09-20 20:15:46 UTC (rev 584) +++ trunk/openbios-devel/config/scripts/switch-arch 2009-09-20 20:18:15 UTC (rev 585) @@ -122,7 +122,7 @@ ;;
sparc32) - TARGET="sparc-linux-gnu-" + TARGET="sparc-elf-" CFLAGS="-Wa,-xarch=v8 -Wa,-32 -m32 -mcpu=supersparc -fno-builtin" AS_FLAGS="-Wa,-xarch=v8 -Wa,-32" ;;