genodelabs / goa

Tool for streamlining the development of Genode applications
GNU Affero General Public License v3.0
19 stars 18 forks source link

autoconf: supply `AR` and `AS` prefixed with cross-dev-prefix #53

Closed nfeske closed 1 year ago

nfeske commented 1 year ago

While using Goa for porting a variant of binutils, I encountered the issue that AR and AS where not explicitly passed as environment variables by Goa. So the project's Makefile.in was falling back to a default.

I'd suggest extending the assignments at https://github.com/genodelabs/goa/blob/master/share/goa/lib/build/autoconf.tcl#L40 to cover AS and AR as well.

nfeske commented 1 year ago

I just added https://github.com/genodelabs/goa/commit/22c10c16575dcf1d9561ca0773019eefaf41d04d to staging.