OSDN Git Service

2011-10-25 Andreas Tobler <andreast@fgznet.ch>
authorandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 Oct 2011 05:13:12 +0000 (05:13 +0000)
committerandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 Oct 2011 05:13:12 +0000 (05:13 +0000)
* config/rs6000/t-freebsd: Add wildcard.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@180420 138bc75d-0d04-0410-961f-82ee72b054a4

libgcc/ChangeLog
libgcc/config/rs6000/t-freebsd

index 382d2fd..91068ce 100644 (file)
@@ -1,3 +1,7 @@
+2011-10-25  Andreas Tobler  <andreast@fgznet.ch>
+
+       * config/rs6000/t-freebsd: Add wildcard.
+
 2011-10-21  Paul Brook  <paul@codesourcery.com>
 
        * unwind-arm-common.inc: Handle ID3/4 unwinding data.
index 4234999..384c3b1 100644 (file)
@@ -19,4 +19,4 @@
 # <http://www.gnu.org/licenses/>.
 
 # We do not want to build ibm-ldouble.c.
-LIB2ADD := $(filter-out ibm-ldouble.c, $(LIB2ADD))
+LIB2ADD := $(filter-out %ibm-ldouble.c, $(LIB2ADD))