mirror of
https://github.com/dynup/kpatch
synced 2025-02-23 05:16:58 +00:00
Merge pull request #958 from kirawrath/master
Making kpatch-build compatible with custom gcc names
This commit is contained in:
commit
66dfd9ab5b
@ -13,7 +13,7 @@ fi
|
||||
|
||||
declare -a args=("$@")
|
||||
|
||||
if [[ "$TOOLCHAINCMD" = "gcc" ]] ; then
|
||||
if [[ "$TOOLCHAINCMD" =~ "gcc" ]] ; then
|
||||
while [ "$#" -gt 0 ]; do
|
||||
if [ "$1" = "-o" ]; then
|
||||
obj="$2"
|
||||
|
Loading…
Reference in New Issue
Block a user