aboutsummaryrefslogtreecommitdiff
path: root/sim/common/acinclude.m4
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-01-10 03:50:08 -0500
committerMike Frysinger <vapier@gentoo.org>2016-01-10 04:01:16 -0500
commit99d8e879938c947588332a9cc579d378ccc2a855 (patch)
treef3dbd76547c40b151376f065da9d4955a75e248d /sim/common/acinclude.m4
parent6d90347b5dcbb10ecb410b1246613c0caf511bd9 (diff)
downloadfsf-binutils-gdb-99d8e879938c947588332a9cc579d378ccc2a855.zip
fsf-binutils-gdb-99d8e879938c947588332a9cc579d378ccc2a855.tar.gz
fsf-binutils-gdb-99d8e879938c947588332a9cc579d378ccc2a855.tar.bz2
sim: drop targ-vals.def->nltvals.def indirection
We don't have alternative nltvals.def files, so always symlinking the targ-vals.def file to it doesn't gain us anything. It does make the build more complicated though and a pain to convert to something newer (like automake). Drop the symlinking entirely. In the future, we'll want to explode this file anyways into the respective arch dirs so things can be selected dynamically at runtime, so it's not like we'll be bringing this back.
Diffstat (limited to 'sim/common/acinclude.m4')
-rw-r--r--sim/common/acinclude.m412
1 files changed, 0 insertions, 12 deletions
diff --git a/sim/common/acinclude.m4 b/sim/common/acinclude.m4
index 0b027fd..d5b4b98 100644
--- a/sim/common/acinclude.m4
+++ b/sim/common/acinclude.m4
@@ -236,17 +236,6 @@ AC_TYPE_SIGNAL
dnl Detect exe extension
AC_EXEEXT
-dnl These are available to append to as desired.
-sim_link_files=
-sim_link_links=
-
-# targ-vals.def points to the libc macro description file.
-case "${target}" in
-*-*-*) TARG_VALS_DEF=../common/nltvals.def ;;
-esac
-sim_link_files="${sim_link_files} ${TARG_VALS_DEF}"
-sim_link_links="${sim_link_links} targ-vals.def"
-
]) dnl End of SIM_AC_COMMON
@@ -838,7 +827,6 @@ dnl the target's fragment at the appropriate points.
AC_DEFUN([SIM_AC_OUTPUT],
[
-AC_LINK_FILES($sim_link_files, $sim_link_links)
dnl Make @cgen_breaks@ non-null only if the sim uses CGEN.
cgen_breaks=""
if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then