[U-Boot] [PATCH/next v3] allow boards to customize compiler options on a per-file/dir basis
Wolfgang Denk
wd at denx.de
Sun Jun 14 20:24:15 CEST 2009
Dear Jean-Christophe PLAGNIOL-VILLARD,
In message <20090614151008.GK22102 at game.jcrosoft.org> you wrote:
>
> the .s is supposed to be gcc temp file so It make sense to avoid it as assembly
> file suffix is .S for source
That's not correct. ".s" has always (from the dawn of time) been
normal assembler code in Unix systems. Normally you will use "as"
directly on such files. ".S" is a suffix introduced much, much later
and indicates files that need to be run through the C preprocessor.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"Here's a fish hangs in the net like a poor man's right in the law.
'Twill hardly come out." - Shakespeare, Pericles, Act II, Scene 1
More information about the U-Boot
mailing list