Date: Wed, 4 Jul 2012 12:59:20 +0000 (UTC) From: "Andrey V. Elsukov" <ae@FreeBSD.org> To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r238100 - user/ae/bootcode/sys/boot/userboot/userboot Message-ID: <201207041259.q64CxKKa011708@svn.freebsd.org>
index | next in thread | raw e-mail
Author: ae Date: Wed Jul 4 12:59:20 2012 New Revision: 238100 URL: http://svn.freebsd.org/changeset/base/238100 Log: Remove unneeded flags. Modified: user/ae/bootcode/sys/boot/userboot/userboot/Makefile Modified: user/ae/bootcode/sys/boot/userboot/userboot/Makefile ============================================================================== --- user/ae/bootcode/sys/boot/userboot/userboot/Makefile Wed Jul 4 12:58:35 2012 (r238099) +++ user/ae/bootcode/sys/boot/userboot/userboot/Makefile Wed Jul 4 12:59:20 2012 (r238100) @@ -32,7 +32,6 @@ CFLAGS+= -I${.CURDIR}/../../common CFLAGS+= -I${.CURDIR}/../../.. CFLAGS+= -I${.CURDIR}/../../../../lib/libstand CFLAGS+= -ffreestanding -I. -CFLAGS+= -DLOADER_GPT_SUPPORT -DLOADER_MBR_SUPPORT LDFLAGS+= -nostdlib -Wl,-Bsymbolichelp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207041259.q64CxKKa011708>
