[PATCH v3 1/1] configure.ac: configurable tooldir install path
Frager, Neal
neal.frager@amd.com
Thu Jan 11 16:22:35 GMT 2024
Hi Mike,
Thank you for your feedback.
> + [case x"$withval" in
> use AS_CASE
Ok.
> + x/*) ;;
> + *)
> + with_tooldir=
> + AC_MSG_WARN([argument to --with-tooldir must be an absolute path])
> shouldn't this be AC_MSG_ERROR ? otherwise you're leaving it unset below.
> -mike
Yes, good point. If the user does not use an absolute
path, this should trigger an error and not just a warning.
I will make these changes in v4.
Best regards,
Neal Frager
AMD
More information about the Newlib
mailing list