bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

binutils-2.11.2 bfd configuration mistake?


From: Greg Yenney
Subject: binutils-2.11.2 bfd configuration mistake?
Date: Fri, 9 Nov 2001 11:40:43 -0800

Hello,
 
In order to get the binutils build to produce an assembler which acted on the --gdwarf2 flag (i.e. produced output with dwarf2 formatted information), I had to modify the configure script: binutils-2.11.2/bfd/configure.  I changed the following line.
 
From:
    elf="elf.lo elflink.lo dwarf1.lo"
 
To:
    elf="elf.lo elflink.lo dwarf1.lo dwarf2.lo"
 
As far as I can tell I'm not missing some configuration option, but I'm really not sure.  So, I'm sending this just in case it's an oversight in the configuration that needs to be fixed.  If I'm making a mistake and you have time to tell me, I'd appreciate it.
 
Thanks,
 
Greg

reply via email to

[Prev in Thread] Current Thread [Next in Thread]