]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r279598:
authordim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 8 Mar 2015 22:50:45 +0000 (22:50 +0000)
committerdim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 8 Mar 2015 22:50:45 +0000 (22:50 +0000)
commita619514c7a957f6cce594bc62b51b52d242c21f2
tree4ae8ba6727767cd157ab38e8e537fb53b84dc052
parent88bb4953d44c5cf8fc9c206490d50d07e6e858d2
MFC r279598:

When compiling boot2 with gcc on i386 and pc98, only use the custom flag
-mno-align-long-strings when compiling with base gcc.  This is checked
by comparing the version number against 4.2.1, which is not exactly
right, but good enough.  (There is no other way to check whether we are
using the non-standard gcc in base, as far as I know.)

Reported by: rodrigc

git-svn-id: svn://svn.freebsd.org/base/stable/9@279796 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/boot/i386/boot2/Makefile
sys/boot/pc98/boot2/Makefile