https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=114082
fernando.apesteg...@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fernando.apesteguia@gmail.c | |om --- Comment #8 from fernando.apesteg...@gmail.com --- 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 r...@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 fernape@beastie:/etc$ -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"