https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=114082
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |om --- Comment #8 from [email protected] --- This PR seems to be fixed by now. bsd.cpu.mk contains the following check: if !defined(NO_CPU_CFLAGS) CFLAGS += ${_CPUCFLAGS} .endif Testing with non-existent make.conf: fernape@beastie:~$ cd /etc/ fernape@beastie:/etc$ ls make.conf.* make.conf.bak make.conf.mio fernape@beastie:/etc$ make -dA -VCFLAGS | grep CPUCFLAGS fernape@beastie:/etc$ make -dA -VCFLAGS | grep CFLAGS | grep Apply Applying[.MAKEFLAGS] :M to " -d A -V CFLAGS" Applying[CFLAGS] :M to "-O2 -pipe" Applying[.MAKEFLAGS] :M to " -d A -V CFLAGS" Applying[.MAKEFLAGS] :M to " -d A -V CFLAGS" fernape@beastie:/etc$ uname -a FreeBSD beastie 11.1-RELEASE-p4 FreeBSD 11.1-RELEASE-p4 #0: Tue Nov 14 06:12:40 UTC 2017 [email protected]:/usr/obj/usr/src/sys/GENERIC amd64 fernape@beastie:/etc$ -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
