~ubuntu-branches/debian/squeeze/binutils/squeeze

« back to all changes in this revision

Viewing changes to config/no-executables.m4

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2009-09-10 17:05:30 UTC
  • mfrom: (1.4.5 upstream) (6.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090910170530-wa6gpju9pq5c56on
Tags: 2.19.91.20090910-1
* Snapshot, taken from the 2.20 release branch 20090910, corresponding
  to the 2.19.90 upstream snapshot.
* Fix Thumb-2 shared libraries (Daniel Jacobowitz), patch taken
  from the trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
AC_BEFORE([$0], [AC_LINK_IFELSE])
26
26
 
27
27
m4_define([_AC_COMPILER_EXEEXT],
28
 
AC_LANG_CONFTEST([AC_LANG_PROGRAM()])
 
28
[AC_LANG_CONFTEST([AC_LANG_PROGRAM()])
29
29
# FIXME: Cleanup?
30
30
AS_IF([AC_TRY_EVAL(ac_link)], [gcc_no_link=no], [gcc_no_link=yes])
31
31
if test x$gcc_no_link = xyes; then
35
35
  cross_compiling=yes
36
36
  EXEEXT=
37
37
else
38
 
  m4_defn([_AC_COMPILER_EXEEXT])dnl
 
38
  ]m4_defn([_AC_COMPILER_EXEEXT])dnl
39
39
fi
40
40
)
41
41