Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 May 1996 00:11:32 +0200 (MET DST)
From:      J Wunsch <j@uriah.heep.sax.de>
To:        freebsd-hackers@freebsd.org (FreeBSD hackers)
Subject:   Re: unix + asm
Message-ID:  <199605262211.AAA03805@uriah.heep.sax.de>
In-Reply-To: <199605262057.GAA04027@godzilla.zeta.org.au> from Bruce Evans at "May 27, 96 06:57:03 am"

next in thread | previous in thread | raw e-mail | index | archive | help
As Bruce Evans wrote:

> >This is only true for .S files which are preprocessed.  .s files are
> >being passed directly to the assembler.
> 
> All kernel .s files are preprocessed, and there is only one .s file in
> /usr/src that isn't a kernel .s file (tn3270/general/vaxbsubs.s).

Correct the makefile, and pass them to cc instead of piping them
explicitly through cpp.

;)

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)



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