DragonFly commits List (threaded) for 2009-03
DragonFly BSD
DragonFly commits List (threaded) for 2009-03
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

DragonFly-2.3.0.517.g982b05 master Makefile.inc1 sys/conf kern.post.mk kern.pre.mk kmod.mk


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 27 Mar 2009 20:36:36 -0700 (PDT)

commit 982b050781596cd900cfcf054b124a6d3ea12ffc
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date:   Fri Mar 27 20:28:41 2009 -0700

    Misc fixes for cross-building amd64.
    
    Use the proper IMAKEENV instead of CROSSENV when installing a 64 bit
    kernel via installkernel.  IMAKEENV supplies the proper cross-building
    path so objcopy works properly.
    
    Remove the -mcmodel option from the compilation of genassym.c.  This
    utility is compiled for the host OS, not the target.
    
    Add MACHINE_ARCH, MACHINE, and MACHINE_PLATFORM to the module build
    called from the kernel build.
    
    Add -fno-omit-frame-pointer to kmod.mk for amd64 builds (from FreeBSD).

Summary of changes:
 Makefile.inc1         |    7 +++++--
 sys/conf/kern.post.mk |    3 ++-
 sys/conf/kern.pre.mk  |    1 +
 sys/conf/kmod.mk      |    3 +++
 4 files changed, 11 insertions(+), 3 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/982b050781596cd900cfcf054b124a6d3ea12ffc


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]