FreeBSD src
Go to file
Peter Wemm fd54183bb9 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
bin Use new yacc rules. (I'm fixing the tree as fast as I can :-) 1996-05-30 20:52:26 +00:00
eBones Localize time 1996-05-07 19:05:10 +00:00
etc Eliminate warning message and add big warnings about security holes 1996-05-22 05:43:30 +00:00
games Use new yacc rule. 1996-05-30 20:56:23 +00:00
gnu Add an option -O <filename> to ld. From the manpage: 1996-05-28 16:17:48 +00:00
include Protocol definitions for RIPv2. 1996-05-30 16:31:04 +00:00
lib yacc rule change. 1996-05-30 23:01:04 +00:00
libexec Fix yacc rule usage. 1996-05-30 21:29:03 +00:00
lkm `mv'' -> `mv -f'' 1996-05-07 23:19:49 +00:00
release Put .inf files directly into distributions so that sysinstall can find them. 1996-05-29 04:13:17 +00:00
sbin Return make_union, s-bit removed 1996-05-19 17:24:10 +00:00
secure Localize time 1996-05-07 19:05:10 +00:00
share Make the yacc rules reentrant 1996-05-30 20:39:45 +00:00
sys Instead of: cpp blah file.s | as -o file.o, use instead: 1996-05-31 01:01:24 +00:00
tools
usr.bin yacc rules change. 1996-05-30 23:09:11 +00:00
usr.sbin yacc rule changes. 1996-05-30 23:16:31 +00:00
COPYRIGHT
Makefile