From: David O'Brien Date: Mon, 8 Jan 2001 05:25:58 +0000 (+0000) Subject: 2000-01-07 David O'Brien X-Git-Tag: newlib-1_9_0~146 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=482e8b3206b826aae8c867d87458c0cf26bd084d;p=external%2Fbinutils.git 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> --- diff --git a/ld/ChangeLog b/ld/ChangeLog index ceecb81..e47805e 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2000-01-07 David O'Brien + + * emultempl/elf32.em: Only perform Linux ld hints processing when + targeting Linux. + 2001-01-07 Philip Blundell * ld.texinfo (Bug Reporting): Update email address for reports. 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