diff mbox

[VxWorks] Resurrect ARM port (again)

Message ID 1993288.nbTWXcxVZm@polaris
State New
Headers show

Commit Message

Eric Botcazou Sept. 5, 2013, 1:53 p.m. UTC
The new extra_objs setting for the ARM was overridden for VxWorks.

Applied on the mainline as obvious.


2013-09-05  Eric Botcazou  <ebotcazou@adacore.com>

	* config.gcc (*-*-vxworks*): Do not override an existing extra_objs.
diff mbox

Patch

Index: config.gcc
===================================================================
--- config.gcc	(revision 202160)
+++ config.gcc	(working copy)
@@ -831,7 +831,7 @@  case ${target} in
   tmake_file=t-vxworks
   xm_defines=POSIX
   extra_options="${extra_options} vxworks.opt"
-  extra_objs=vxworks.o
+  extra_objs="$extra_objs vxworks.o"
   case ${enable_threads} in
     no) ;;
     "" | yes | vxworks) thread_file='vxworks' ;;