[Bug target/33637] [4.2/4.3/4.4 Regression] "checking for nm: test: too many arguments" causes "Undefined symbol: __gxx_personality_v0"
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Dec 31 22:18:00 GMT 2008
------- Comment #6 from pinskia at gcc dot gnu dot org 2008-12-31 22:17 -------
> stamp-nm: $(ORIGINAL_NM_FOR_TARGET)
This is no longer there.
And was removed via:
2007-04-12 Paolo Bonzini <bonzini@gnu.org>
Charles Wilson <libtool@cwilson.fastmail.fm>
* Makefile.in (stamp-as, stamp-collect-ld, stamp-nm): Remove.
(libgcc.mvars): Don't depend on them.
* configure.ac (as, collect-ld, nm): Create from exec-tool.in.
* exec-tool.in: New.
Though we have:
exec "$original" ${1+"$@"}
I don't know much about shell to say if this does the correct thing.
Can you try GCC 4.3.2 and see if that fails for you?
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |WAITING
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33637
More information about the Gcc-bugs
mailing list