DragonFly-2.3.2.326.gb84dec master sys/boot/ficl Makefile sys/bo

看板DFBSD_commit作者時間16年前 (2009/08/08 04:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit b84dec38d22ac8df5df0aba390c1cb8e02c1be7d Author: Simon Schubert <corecode@dragonflybsd.org> Date: Fri Aug 7 11:06:54 2009 +0200 boot: consolidate per-platform settings The bootloader has very specific build requirements, such as absolutely no floating point ops. - Define the build options in ${MACHINE_PLATFORM}/Makefile.inc. - Make amd64/pc64 include the pc32 settings, since they share the boot loader - Build the pc32 boot loader with CPUTYPE=i386 to avoid all FPU ops - Include these settings also from ficl Summary of changes: sys/boot/ficl/Makefile | 9 ++------- sys/boot/pc32/Makefile | 4 ++-- sys/boot/pc32/Makefile.inc | 17 +++++++---------- sys/boot/pc64/Makefile.inc | 11 +++++++++++ 4 files changed, 22 insertions(+), 19 deletions(-) create mode 100644 sys/boot/pc64/Makefile.inc http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b84dec38d22ac8df5df0aba390c1cb8e02c1be7d -- DragonFly BSD source repository
文章代碼(AID): #1AV8z8re (DFBSD_commit)