HomeFreeBSD

Instead of: cpp blah file.s | as -o file.o, use instead:
rS16028Unpublished

Unpublished Commit ยท Learn More

No further details are available.

Description

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)

Details

Provenance
peterAuthored on
Parents
rS16027: Keep brelse from freeing busy pages.
Branches
Unknown
Tags
Unknown

Event Timeline