mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 01:50:24 +08:00
autoconf bug fix -- config.status exit status should be 0
This commit is contained in:
1
gas/configure
vendored
1
gas/configure
vendored
@ -1801,6 +1801,7 @@ while test -n "${ac_files}"; do
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
exit 0
|
||||||
EOF
|
EOF
|
||||||
chmod +x ${CONFIG_STATUS}
|
chmod +x ${CONFIG_STATUS}
|
||||||
test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} ${CONFIG_STATUS}
|
test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} ${CONFIG_STATUS}
|
||||||
|
Reference in New Issue
Block a user