]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT_REJECT):
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 11 Jan 2006 08:10:50 +0000 (08:10 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 11 Jan 2006 08:10:50 +0000 (08:10 +0000)
Add `*.map' and `.inf' for Green Hills compiler.
Reported by Stefan Seefeld <stefan@codesourcery.com>.

ChangeLog
lib/autoconf/lang.m4

index 2819b9ea9ad162e6d4c352ba967bab0de21d6258..63973f41b48d4a5aa5e858ab665e84048902f19f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2006-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
+       * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT_REJECT):
+       Add `*.map' and `.inf' for Green Hills compiler.
+       Reported by Stefan Seefeld <stefan@codesourcery.com>.
+
        * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Handle quadrigraphs
        correctly: pad with spaces after FIRST_PREFIX if necessary,
        and compute string lenghts with `m4_qlen' instead of `m4_len'.
index 0a0e312802fe0af5b053d96639596087a521781b..e64942be70cd3bed17d1f6799df73c350431ac90 100644 (file)
@@ -1,6 +1,7 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Programming languages support.
-# Copyright (C) 2000, 2001, 2002, 2004, 2005 Free Software Foundation, Inc.
+# Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006 Free Software
+# Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -421,6 +422,9 @@ m4_divert_pop()dnl
 #
 # - *.xSYM
 #   Created on BeOS.  Seems to be per executable.
+# 
+# - *.map, *.inf
+#   Created by the Green Hills compiler.
 
 
 # _AC_COMPILER_OBJEXT_REJECT
@@ -428,7 +432,7 @@ m4_divert_pop()dnl
 # Case/esac pattern matching the files to be ignored when looking for
 # compiled object files.
 m4_define([_AC_COMPILER_OBJEXT_REJECT],
-[*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg])
+[*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf])
 
 
 # _AC_COMPILER_EXEEXT_REJECT