Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Dec 2000 15:15:13 -0800 (PST)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/aic7xxx/aicasm Makefile
Message-ID:  <200012132315.eBDNFDe57837@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
marcel      2000/12/13 15:15:13 PST

  Modified files:
    sys/dev/aic7xxx/aicasm Makefile 
  Log:
  Fix include directories for crossbuilding.
  
  aicasm is run on the build machine and therefore needs to be
  compiled and linked against the headers and libraries (resp)
  of the build machine. Since normally the default include
  directories are search after any specified on the command
  line, make sure we don't accidentally pick up machine
  dependent headers from the kernel compile directory by
  specifying /usr/include first.
  
  This solves the (cross) build problem for ia64.
  
  Approved by: gibbs
  
  Revision  Changes    Path
  1.9       +2 -2      src/sys/dev/aic7xxx/aicasm/Makefile



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200012132315.eBDNFDe57837>