svn commit: r308130 - in head: . gnu/lib/libgcc gnu/usr.bin/binutils gnu/usr.bin/binutils/ld gnu/usr.bin/binutils/libbfd gnu/usr.bin/cc gnu/usr.bin/gdb gnu/usr.bin/gdb/libgdb lib/libc lib/libc/mips...

Bryan Drewery bdrewery at FreeBSD.org
Thu Nov 3 19:41:01 UTC 2016


On 10/31/16 8:33 AM, Ruslan Bukin wrote:
> Modified: head/share/mk/bsd.cpu.mk
> ==============================================================================
> --- head/share/mk/bsd.cpu.mk	Mon Oct 31 15:11:55 2016	(r308129)
> +++ head/share/mk/bsd.cpu.mk	Mon Oct 31 15:33:58 2016	(r308130)
> @@ -303,6 +303,9 @@ MACHINE_CPU = v9 ultrasparc ultrasparc3
>  
>  .if ${MACHINE_CPUARCH} == "mips"
>  CFLAGS += -G0
> +.if ${TARGET_ARCH:Mmips*hf}

TARGET_ARCH is not valid here.  This broke building ports.  Fixed in
r308262.

> +CFLAGS += -mhard-float
> +.endif
>  .endif
>  


-- 
Regards,
Bryan Drewery

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 496 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-src-head/attachments/20161103/1cc207a8/attachment.sig>


More information about the svn-src-head mailing list