Date: Mon, 23 Aug 2010 01:37:55 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r211676 - head/sys/boot/arm/uboot Message-ID: <201008230137.o7N1bt11023027@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: imp Date: Mon Aug 23 01:37:55 2010 New Revision: 211676 URL: http://svn.freebsd.org/changeset/base/211676 Log: It turns out that the OUTPUT_FORMAT should do the right thing for both endians... Deleted: head/sys/boot/arm/uboot/ldscript.armeb Modified: head/sys/boot/arm/uboot/Makefile Modified: head/sys/boot/arm/uboot/Makefile ============================================================================== --- head/sys/boot/arm/uboot/Makefile Mon Aug 23 01:33:27 2010 (r211675) +++ head/sys/boot/arm/uboot/Makefile Mon Aug 23 01:37:55 2010 (r211676) @@ -77,7 +77,7 @@ CLEANFILES+= vers.c loader.help CFLAGS+= -ffreestanding -LDFLAGS= -nostdlib -static -T ${.CURDIR}/ldscript.${MACHINE_ARCH} +LDFLAGS= -nostdlib -static -T ${.CURDIR}/ldscript.${MACHINE_CPUARCH} # Pull in common loader code .PATH: ${.CURDIR}/../../uboot/common
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008230137.o7N1bt11023027>