From 482e8b3206b826aae8c867d87458c0cf26bd084d Mon Sep 17 00:00:00 2001 From: David O'Brien Date: Mon, 8 Jan 2001 05:25:58 +0000 Subject: 2000-01-07 David O'Brien * emultempl/elf32.em: Only perform Linux ld hints processing when targeting Linux. Approved by: Nick Clifton Message-Id: <200101040127.RAA15127@elmo.cygnus.com> --- ld/emultempl/elf32.em | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'ld/emultempl') diff --git a/ld/emultempl/elf32.em b/ld/emultempl/elf32.em index e03da1b..492953d 100644 --- a/ld/emultempl/elf32.em +++ b/ld/emultempl/elf32.em @@ -425,11 +425,13 @@ EOF if [ "x${host}" = "x${target}" ] ; then case " ${EMULATION_LIBPATH} " in *" ${EMULATION_NAME} "*) -cat >>e${EMULATION_NAME}.c <>e${EMULATION_NAME}.c <>e${EMULATION_NAME}.c <>e${EMULATION_NAME}.c <>e${EMULATION_NAME}.c <name, force)) break; EOF + # Linux + ;; + esac ;; esac fi -- cgit v1.1