Pass through -specs, as used by devel/binutils/override-as.mk
This commit is contained in:
parent
d89eece6bb
commit
b7642344f0
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: transform-gcc,v 1.27 2012/06/08 11:39:44 obache Exp $
|
||||
# $NetBSD: transform-gcc,v 1.28 2012/07/23 11:58:41 jperkin Exp $
|
||||
#
|
||||
# This file handles the transformations needed for gcc that can be done
|
||||
# looking at only one argument at a time.
|
||||
|
@ -18,6 +18,10 @@ case $arg in
|
|||
-v |\
|
||||
--version ) transform_pass ;;
|
||||
|
||||
# We occasionally override specs to force particular options.
|
||||
-specs=* |\
|
||||
-specs ) transform_pass ;;
|
||||
|
||||
# GCC extensions.
|
||||
- |\
|
||||
-dynamic |\
|
||||
|
|
Loading…
Reference in a new issue