Remove interfering default #undefs from vx-common.h
authorDouglas Rupp <rupp@adacore.com>
Mon, 2 Dec 2019 17:17:18 +0000 (09:17 -0800)
committerOlivier Hainque <hainque@adacore.com>
Wed, 21 Oct 2020 16:26:38 +0000 (16:26 +0000)
undef'ing LIB_SPEC and especially LINK_SPEC here is unneccesary and
inteferes with the definition of LINK_SPEC for the bi-arch'd ppc*-vx7r2
target which uses the linux64 LINK_SPEC

2020-10-21  Douglas Rupp  <rupp@adacore.com>

gcc/
* config/vx-common.h (LINK_SPEC, LIB_SPEC): Remove #undef.

gcc/config/vx-common.h

index f4a1ffdfb408160b217466bc922d6a7f5fcc9781..9cd7b3d3615358a7ebd8190f8c5f3970c5ded05a 100644 (file)
@@ -23,8 +23,6 @@ along with GCC; see the file COPYING3.  If not see
 /* Most of these will probably be overridden by subsequent headers.  We
    undefine them here just in case, and define VXWORKS_ versions of each,
    to be used in port-specific vxworks.h.  */
-#undef LIB_SPEC
-#undef LINK_SPEC
 #undef LIBGCC_SPEC
 #define LIBGCC_SPEC VXWORKS_LIBGCC_SPEC
 #undef STARTFILE_SPEC