public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* gcc driver behaviour
@ 2004-08-02  7:33 GCC
  2004-08-02 12:06 ` Eljay Love-Jensen
  2004-08-02 12:18 ` Gabriel Dos Reis
  0 siblings, 2 replies; 4+ messages in thread
From: GCC @ 2004-08-02  7:33 UTC (permalink / raw)
  To: gcc-help

when compile like `gcc -c one.c'
find out that cc1 gets arguments like
`-quiet -v one.c -quiet -dumpbase one.c -mtune=pentiumpro -auxbase one 
-version -o /tmp/ccMWYsbr.s'

Why is it twice?

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: gcc driver behaviour
  2004-08-02  7:33 gcc driver behaviour GCC
@ 2004-08-02 12:06 ` Eljay Love-Jensen
  2004-08-02 12:18 ` Gabriel Dos Reis
  1 sibling, 0 replies; 4+ messages in thread
From: Eljay Love-Jensen @ 2004-08-02 12:06 UTC (permalink / raw)
  To: gxk, gcc-help

Hi,

>Why is it twice?

For an explanation of the cc1 parameters, type:
cc1 --help

HTH,
--Eljay

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: gcc driver behaviour
  2004-08-02  7:33 gcc driver behaviour GCC
  2004-08-02 12:06 ` Eljay Love-Jensen
@ 2004-08-02 12:18 ` Gabriel Dos Reis
  2004-08-04  7:50   ` GCC
  1 sibling, 1 reply; 4+ messages in thread
From: Gabriel Dos Reis @ 2004-08-02 12:18 UTC (permalink / raw)
  To: gxk; +Cc: gcc-help

GCC <gcc@yapost.com> writes:

| when compile like `gcc -c one.c'
| find out that cc1 gets arguments like
| `-quiet -v one.c -quiet -dumpbase one.c -mtune=pentiumpro -auxbase one
| -version -o /tmp/ccMWYsbr.s'
| 
| Why is it twice?

What "it"?

-- Gaby

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: gcc driver behaviour
  2004-08-02 12:18 ` Gabriel Dos Reis
@ 2004-08-04  7:50   ` GCC
  0 siblings, 0 replies; 4+ messages in thread
From: GCC @ 2004-08-04  7:50 UTC (permalink / raw)
  To: Gabriel Dos Reis; +Cc: gcc-help

Gabriel Dos Reis wrote:

>GCC <gcc@yapost.com> writes:
>
>| when compile like `gcc -c one.c'
>| find out that cc1 gets arguments like
>| `-quiet -v one.c -quiet -dumpbase one.c -mtune=pentiumpro -auxbase one
>| -version -o /tmp/ccMWYsbr.s'
>| 
>| Why is it twice?
>
>What "it"?
>
>-- Gaby
>
>
>  
>
`-quiet'

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-08-04  7:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-02  7:33 gcc driver behaviour GCC
2004-08-02 12:06 ` Eljay Love-Jensen
2004-08-02 12:18 ` Gabriel Dos Reis
2004-08-04  7:50   ` GCC

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).