freebsd-dev/stand
Alex Richardson c8c62548bf Don't add -Winline for WARNS=6
This warning is very rarely useful (inline is a hint and not mandatory).
This flag results in many warnings being printed when compiling C++
code that uses the standard library with GCC.

This flag was originally added in back in r94332 but the flag is a no-op
in Clang ("This diagnostic flag exists for GCC compatibility, and has no
effect in Clang"). Removing it should make the GCC build output slightly
more readable.

Reviewed By:	jrtc27, imp
Differential Revision: https://reviews.freebsd.org/D29235
2021-03-22 11:55:45 +00:00
..
arm Remove obsolete code gated on _ARM_ARCH_* 2021-01-28 10:41:45 +00:00
arm64
common stand: Load INIT_ARRAY and FINI_ARRAY sections 2021-03-16 15:01:41 -04:00
defaults Fix date 2021-01-07 21:15:26 +01:00
efi Fix some common typos in comments 2021-03-13 18:26:15 +01:00
fdt
ficl loader: implement framebuffer console 2021-01-02 21:41:36 +02:00
ficl32
fonts loader: really use bold font for vga text mode 2021-01-08 01:24:30 +02:00
forth loader_4th: brand image is aligned right 2021-03-06 10:59:35 +02:00
i386 Don't add -Winline for WARNS=6 2021-03-22 11:55:45 +00:00
images loader: implement framebuffer console 2021-01-02 21:41:36 +02:00
kshim Bump the FreeBSD kernel version in kernel boot shim. 2021-02-17 16:46:34 +01:00
liblua contrib/lua: update to 5.4.2 2021-01-13 23:56:18 -06:00
liblua32
libofw
libsa libc: Use musl's optimized strchr and strchrnul 2021-03-01 21:09:59 -05:00
libsa32
lua loader_lua: consider userboot console as serial 2021-02-14 21:49:23 +02:00
man Correct the documented size of kern.msgbufsize 2020-10-02 15:37:51 +00:00
mips Disable PIE for MIPS BERI boot loader 2021-02-25 06:41:35 +01:00
powerpc Disable PIE for powerpc bootloaders. 2021-02-25 00:26:11 +01:00
uboot loader: fix uboot build with gfx_fb 2021-01-03 20:45:37 +02:00
usb
userboot userboot: provide stub gfx functions 2021-01-30 21:20:27 +02:00
defs.mk [PowerPC64LE] Set up powerpc.powerpc64le architecture 2020-09-22 23:49:30 +00:00
fdt.mk
ficl.mk loader: implement framebuffer console 2021-01-02 21:41:36 +02:00
loader.mk loader: start kernel in text mode when there is no vbefb vt driver 2021-01-27 01:07:34 +02:00
lua.mk
Makefile stand: ensure that the efi directory's dependencies are correct 2021-01-27 13:02:51 -06:00
Makefile.amd64 stand: properly declare subdir deps or .WAIT, do parallel build 2020-12-31 11:15:45 -06:00
Makefile.inc stand: properly declare subdir deps or .WAIT, do parallel build 2020-12-31 11:15:45 -06:00
uboot.mk