public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Adding HURD/Alpha configuration to build?
@ 2002-04-19  7:26 Andrew M. Miklic
  2002-04-19 10:39 ` Richard Henderson
  0 siblings, 1 reply; 4+ messages in thread
From: Andrew M. Miklic @ 2002-04-19  7:26 UTC (permalink / raw)
  To: gcc

I am trying to add support for a HURD/Alpha (alpha-gnu?!?) build 
configuration to gcc, but the only file I could find that seemed to 
actually control "*-gnu" targets was gcc/config.gcc (there was a 
documented section there which seemd to show what to do to support 
HURD-based architectures--x86 and mips are already supported, 
apparently, according to the comments and the configuration statements). 
I tried to make the appropriate changes to support alpha-gnu in this 
file (following the leasd of the x86 and mips statements), then tried 
the following configurations:

    ./configure --target=alpha-gnu
    ./configure --target=alpha-unknown-gnu
    ./configure --target=alphaev56-gnu
    ./configure --target=alphaev56-unknown-gnu

but configure still complains about all of these being unsupported 
targets--does anyone know how to add support for an architecture to a 
HURD build configuration?


Sincerely,
Andrew Miklic

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

* Re: Adding HURD/Alpha configuration to build?
  2002-04-19  7:26 Adding HURD/Alpha configuration to build? Andrew M. Miklic
@ 2002-04-19 10:39 ` Richard Henderson
  2002-04-19 10:52   ` Andrew M. Miklic
  0 siblings, 1 reply; 4+ messages in thread
From: Richard Henderson @ 2002-04-19 10:39 UTC (permalink / raw)
  To: Andrew M. Miklic; +Cc: gcc

Support for alpha-gnu was submitted Monday by Roland.
In absense of instructions to the contrary, I added
it to mainline only.


r~

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

* Re: Adding HURD/Alpha configuration to build?
  2002-04-19 10:39 ` Richard Henderson
@ 2002-04-19 10:52   ` Andrew M. Miklic
  2002-04-19 10:59     ` Richard Henderson
  0 siblings, 1 reply; 4+ messages in thread
From: Andrew M. Miklic @ 2002-04-19 10:52 UTC (permalink / raw)
  To: Richard Henderson; +Cc: gcc

Do I have to grab the source from CVS, then? If so, is there a stable 
date (after Monday) I can grab from CVS to use?

Also, am I right then in assuming that I should be doing:

    ./configure --target=alpha-gnu


Sincerely,
Andrew Miklic


Richard Henderson wrote:

>Support for alpha-gnu was submitted Monday by Roland.
>In absense of instructions to the contrary, I added
>it to mainline only.
>

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

* Re: Adding HURD/Alpha configuration to build?
  2002-04-19 10:52   ` Andrew M. Miklic
@ 2002-04-19 10:59     ` Richard Henderson
  0 siblings, 0 replies; 4+ messages in thread
From: Richard Henderson @ 2002-04-19 10:59 UTC (permalink / raw)
  To: Andrew M. Miklic; +Cc: gcc

On Fri, Apr 19, 2002 at 11:42:32AM -0600, Andrew M. Miklic wrote:
> Do I have to grab the source from CVS, then?

Yes.

> If so, is there a stable date (after Monday) I can grab from CVS to use?

*shrug* I'd say top of tree.

> Also, am I right then in assuming that I should be doing:
> 
>     ./configure --target=alpha-gnu

Only if you're cross-compiling.  And we *highly* recommend
not building inside the source tree.  I.e.

	mkdir build
	cd build
	../src/configure [...]


r~

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

end of thread, other threads:[~2002-04-19 17:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-04-19  7:26 Adding HURD/Alpha configuration to build? Andrew M. Miklic
2002-04-19 10:39 ` Richard Henderson
2002-04-19 10:52   ` Andrew M. Miklic
2002-04-19 10:59     ` Richard Henderson

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).