Revert commit of local change (sparc-elf / sparc-linux-gnu )

git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@585 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
Laurent Vivier
2009-09-20 20:18:15 +00:00
parent 719271835f
commit 0f885c07be

View File

@@ -122,7 +122,7 @@ for RULES_ARCH in $*; do
;;
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"
;;