CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2017/06/01 05:18:53
Modified files:
sys/arch/i386/stand: Makefile.inc
sys/arch/i386/stand/biosboot: Makefile
sys/arch/i386/stand/boot: Makefile
sys/arch/i386/stand/cdboot: Makefile
sys/arch/i386/stand/pxeboot: Makefile
Log message:
Sync with amd64 and allow building the i386 bootstrap with clang:
* build with -ffreestanding
* skip the integrated assembler for assym.h
* use as(1) to build biosboot.S and the various versions of srt0.S
ok kettenis@