bsd.cpu.gcc(47|50).mk: Return support for CPUTYPE i386
authorJohn Marino <draco@marino.st>
Wed, 9 Mar 2016 15:22:50 +0000 (16:22 +0100)
committerJohn Marino <draco@marino.st>
Thu, 10 Mar 2016 14:40:14 +0000 (15:40 +0100)
commit74444d28dbd69fa261277551351cd01e932a8469
tree643ca562b3629bbcb9326bc6cf288a1ea66279fa
parent335066d606edac48108cd6ea78720968b3cf874a
bsd.cpu.gcc(47|50).mk: Return support for CPUTYPE i386

The /boot loader and friends are still 32-bit.  While -m32 -march=native
should be okay in most cases, let's return limited support for
CPUTYPE=i386 which is explicitly specified in the world make files
through the use of FORCE_CPUTYPE.

Since this is only to support the bases /boot functionality, only the
generic i386 cpu is supported.  It's not intended for non-base use.

suggested by: zrj
share/mk/bsd.cpu.gcc47.mk
share/mk/bsd.cpu.gcc50.mk