summaryrefslogtreecommitdiff
path: root/gcc/exec-tool.in
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright years in gcc/Richard Sandiford2013-01-101-1/+1
| | | | From-SVN: r195098
* Update Copyright years for files modified in 2010.Jakub Jelinek2011-01-031-1/+1
| | | | From-SVN: r168438
* Check and export LT_RCU_$id instead of LT_RCU.H.J. Lu2010-11-291-3/+5
| | | | | | | | | | 2010-11-29 H.J. Lu <hongjiu.lu@intel.com> PR driver/46712 * exec-tool.in (id): New. Check and export LT_RCU_$id instead of LT_RCU. From-SVN: r167275
* re PR target/33637 ("checking for nm: test: too many arguments" causes ↵Michael Haubenwallner2010-11-261-1/+1
| | | | | | | | | | | | "Undefined symbol: __gxx_personality_v0") PR target/33637 * configure.ac: Accept extra arguments for AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET, OBJDUMP_FOR_TARGET. * configure: Regenerated. * exec-tool.in: Not quoting command, may have extra arguments. From-SVN: r167172
* Support '-plugin' as the second option to the linker.H.J. Lu2010-10-121-2/+2
| | | | | | | | | | 2010-10-12 H.J. Lu <hongjiu.lu@intel.com> PR bootstrap/45958 * exec-tool.in: Support '-plugin' as the second option to the linker. From-SVN: r165389
* collect2.c (main): Search PLUGIN_LD for plugin linker.H.J. Lu2009-11-081-1/+8
| | | | | | | | | | | | | | | 2009-11-08 H.J. Lu <hongjiu.lu@intel.com> * collect2.c (main): Search PLUGIN_LD for plugin linker. * configure.ac (--with-plugin-ld): New. Default to ld. * configure: Regenerated. * config.in: Likewise. * exec-tool.in (ORIGINAL_PLUGIN_LD_FOR_TARGET): New. (collect-ld): Use ORIGINAL_PLUGIN_LD_FOR_TARGET for -plugin. From-SVN: r154020
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+1
| | | | From-SVN: r144324
* exec-tool.in: Use an environment variable (private) instead of a file ↵DJ Delorie2008-05-301-3/+2
| | | | | | | | | (shared) as a semaphore... * exec-tool.in: Use an environment variable (private) instead of a file (shared) as a semaphore, so as to not break parallel builds. From-SVN: r136221
* re PR bootstrap/35752 (Combined gcc + binutils source tree doesn't bootstrap ↵Paolo Bonzini2008-04-021-1/+19
| | | | | | | | | | | | | | | with --enable-shared) 2008-04-02 Paolo Bonzini <bonzini@gnu.org> PR bootstrap/35752 * Makefile.in (objdir): Set it here. * configure.ac: Not here. Find dynamic linker characteristics. * exec-tool.in: Use them. * aclocal.m4: Regenerate. * configure: Regenerate. From-SVN: r133832
* Change copyright header to refer to version 3 of the GNU General Public ↵Nick Clifton2007-07-261-4/+3
| | | | | | License and to point readers at the COPYING3 file and the FSF's license web page. From-SVN: r126948
* Makefile.in (stamp-as, [...]): Remove.Paolo Bonzini2007-04-131-0/+64
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. Co-Authored-By: Charles Wilson <libtool@cwilson.fastmail.fm> From-SVN: r123775