mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-09 17:15:25 +08:00
* configure: Don't turn -v into --v.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
|
* configure: Don't turn -v into --v.
|
||||||
|
|
||||||
Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
|
Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
|
||||||
|
|
||||||
* configure.in (targargs): Fix typo.
|
* configure.in (targargs): Fix typo.
|
||||||
|
3
configure
vendored
3
configure
vendored
@ -146,6 +146,9 @@ do
|
|||||||
shift
|
shift
|
||||||
arguments="$arguments $option=$optarg"
|
arguments="$arguments $option=$optarg"
|
||||||
;;
|
;;
|
||||||
|
--v)
|
||||||
|
arguments="$arguments -v"
|
||||||
|
;;
|
||||||
--*)
|
--*)
|
||||||
arguments="$arguments $option"
|
arguments="$arguments $option"
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user