Hi,
On Tue, Apr 10, 2007 at 11:48:01AM +0200, Karl Hasselstr?m wrote:
On 2007-04-08 22:09:39 +0200, Arjen Laarhoven wrote:
quoted
ppc/{sha1ppc.S => sha1ppc.in.S} | 110 +++++++++++++++++++-------------------
Wouldn't it be prettier if this filename was .S.in instead of .in.S?
Additional file suffixes are usually added at the end (e.g. .tar.gz),
and it makes more sense too.
Using the .S suffix makes gcc automatically do the right thing. .S.in
requires an extra '-x assembler-with-cpp' option to gcc. Of course,
it's trivial fix.
Arjen