git: bsd.cpu.gcc(47|50).mk: Return support for CPUTYPE i386
John Marino
marino at crater.dragonflybsd.org
Thu Mar 10 06:41:36 PST 2016
commit 74444d28dbd69fa261277551351cd01e932a8469
Author: John Marino <draco at marino.st>
Date: Wed Mar 9 16:22:50 2016 +0100
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
Summary of changes:
share/mk/bsd.cpu.gcc47.mk | 11 +++++++++++
share/mk/bsd.cpu.gcc50.mk | 11 +++++++++++
2 files changed, 22 insertions(+)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/74444d28dbd69fa261277551351cd01e932a8469
--
DragonFly BSD source repository
More information about the Commits
mailing list