Date: Thu, 30 May 1996 18:01:26 -0700 (PDT) From: Peter Wemm <peter> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/conf Makefile.i386 Message-ID: <199605310101.SAA23987@freefall.freebsd.org>
index | next in thread | raw e-mail
peter 96/05/30 18:01:26
Modified: sys/i386/conf Makefile.i386
Log:
Instead of: cpp blah file.s | as -o file.o, use instead:
cc -c -x assembler-with-cpp -o file.o file.s.
This means that any cpp fatal errors will now be detected, as well as
running *.s files through an ansi cpp instead of a traditional cpp.
(fixes to allow *.s to compile under both ansi and traditional to follow)
Revision Changes Path
1.83 +3 -5 src/sys/i386/conf/Makefile.i386
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199605310101.SAA23987>
