peter dbd9016f48 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)
1996-05-31 01:01:24 +00:00
..
1996-05-31 00:41:37 +00:00
1996-05-02 14:21:14 +00:00
1996-05-07 23:19:49 +00:00
1996-05-26 22:05:36 +00:00
1996-05-08 19:31:48 +00:00
1996-05-02 14:21:14 +00:00
1996-05-02 14:21:14 +00:00
1996-05-30 07:20:17 +00:00