This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


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

Re: embedded sparc using -Qy on as invocation


On Wed, 22 Nov 2000, Joel Sherrill wrote:

> Configuration:
> 
> ../src/configure --prefix=/usr2/test-gcc/install --target=sparc-rtems \
>   --with-gnu-as --with-gnu-ld --with-newlib --verbose --enable-threads
> 
> 
> bash$ ../gas/as-new -Qy -s -o crti.o
> ../../src/gcc/config/sparc/sol2-ci.asm
> ../gas/as-new: unrecognized option `-Qy'
>[snip]
> This is the change to gas/configure.in required to make elf the
> default for sparc-rtems.

Did you run autoconf?

After making some changes to bfd/config.bfd as well as your gas/configure
changes, I can quite happily assemble the file in question.

$ gas/as-new -V -Qy -s -o crti.o /src/egcs/gcc/config/sparc/sol2-ci.asm
GNU assembler version 2.10.91 (sparc-rtems) using BFD version 2.10.91

Alan
-- 
Linuxcare.  Support for the Revolution.


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