diff options
author | Douglas Rupp <rupp@adacore.com> | 2019-12-02 09:17:18 -0800 |
---|---|---|
committer | Olivier Hainque <hainque@adacore.com> | 2020-10-21 16:26:38 +0000 |
commit | 6bd2f2d080c52b73edac7dcb9fa9dcb58e6170bb (patch) | |
tree | 3009874ff600e8d299823eebd02bda6c2359988b /gcc | |
parent | 178679809068c72f9f4c63e53afeab651f06b882 (diff) | |
download | gcc-6bd2f2d080c52b73edac7dcb9fa9dcb58e6170bb.zip gcc-6bd2f2d080c52b73edac7dcb9fa9dcb58e6170bb.tar.gz gcc-6bd2f2d080c52b73edac7dcb9fa9dcb58e6170bb.tar.bz2 |
Remove interfering default #undefs from vx-common.h
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.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/vx-common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/config/vx-common.h b/gcc/config/vx-common.h index f4a1ffd..9cd7b3d 100644 --- a/gcc/config/vx-common.h +++ b/gcc/config/vx-common.h @@ -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 |