~ubuntu-branches/ubuntu/hoary/binutils/hoary

« back to all changes in this revision

Viewing changes to ld/emultempl/generic.em

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2005-03-18 13:07:52 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050318130752-j4i37zgqclj53b94
Tags: 2.15-5ubuntu2
debian/rules: Call pkgstriptranslations if present (the package does not
use debhelper, thus it does not happen automatically).

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
/* This file is is generated by a shell script.  DO NOT EDIT! */
5
5
 
6
6
/* emulate the original gld for the given ${EMULATION_NAME}
7
 
   Copyright 1991, 1992, 1994, 1996, 2000, 2001, 2002, 2003
 
7
   Copyright 1991, 1992, 1994, 1996, 2000, 2001, 2002, 2003, 2004
8
8
   Free Software Foundation, Inc.
9
9
   Written by Steve Chamberlain steve@cygnus.com
10
10
 
54
54
gld${EMULATION_NAME}_before_parse (void)
55
55
{
56
56
#ifndef TARGET_                 /* I.e., if not generic.  */
57
 
  ldfile_set_output_arch ("`echo ${ARCH}`");
 
57
  ldfile_set_output_arch ("`echo ${ARCH}`", bfd_arch_unknown);
58
58
#endif /* not TARGET_ */
59
59
}
60
60