This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: 971023 cross install problems




On 24 Oct 1997, Andreas Schwab wrote:

> Robin Kirkham <Robin.Kirkham@mlb.dmt.csiro.au> writes:
> 
> |> Some little problems in installing egcs as m68k-coff cross-compiler:
> |>     o gcc, c++ and g++ get installed (in $prefix/bin) as m68k-coff-gcc, 
> |>       m68k-coff-c++ and m68k-coff-g++, even when I configure using
> |>       --program-prefix=m68k- (I want them called m68k-gcc, etc).
> |>       Same happens with the manual pages
> 
> I'd have expected that you get m68k-coff-m68k-gcc,
> ie. <target-alias>-<program-prefix><prog>.

By default, you get <target-alias>-<prog>.  With program-prefix=XYZ-, you
are supposed to get XYZ-<prog>.

--joel
Joel Sherrill                    Director of Research & Development
joel@OARcorp.com                 On-Line Applications Research
Ask me about RTEMS: a free RTOS  Huntsville AL 35805
   Support Available             (205) 722-9985





Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]