~ubuntu-branches/ubuntu/gutsy/binutils/gutsy

« back to all changes in this revision

Viewing changes to ld/configure.host

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-08-29 13:22:09 UTC
  • mfrom: (1.1.17 upstream)
  • Revision ID: james.westby@ubuntu.com-20070829132209-3txpry1ksmkned7p
Tags: 2.18-0ubuntu1
* Final 2.18 release.
* debian/*.shlibs: Update to release version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
case "${host}" in
20
20
 
21
 
*-*-freebsd* | *-*-kfreebsd*-gnu)
 
21
*-*-freebsd* | *-*-kfreebsd*-gnu | *-*-dragonfly*)
22
22
  HOSTING_CRT0='-dynamic-linker `[ -f \`${CC} --print-prog-name=ld-elf.so.1\` ] || echo /usr/libexec/``${CC} --print-prog-name=ld-elf.so.1` `${CC} --print-file-name=crt1.o` `${CC} --print-file-name=crti.o` `${CC} --print-file-name=crtbegin.o`'
23
23
  HOSTING_LIBS='-L`dirname \`${CC} --print-file-name=libc.so\`` '"$HOSTING_LIBS"' `if [ -f ../gcc/crtend.o ]; then echo ../gcc/crtend.o; else ${CC} --print-file-name=crtend.o; fi` `${CC} --print-file-name=crtn.o`'
24
24
  ;;
233
233
  HOSTING_CRT0=`echo "$HOSTING_CRT0" | sed -e "s,\\\`specs.*\"\\\`,/lib64/ld-linux-x86-64.so.2,"`
234
234
  ;;
235
235
 
236
 
*-*-freebsd* | *-*-kfreebsd*-gnu)
 
236
*-*-freebsd* | *-*-kfreebsd*-gnu | *-*-dragonfly*)
237
237
  ;;
238
238
 
239
239
*-*-linux*)