t-freebsd: Add wildcard.
2011-10-25 Andreas Tobler <andreast@fgznet.ch> * config/rs6000/t-freebsd: Add wildcard. From-SVN: r180420
This commit is contained in:
parent
1e8eb1b79a
commit
cbffbd59d6
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue