Talk:ARM

From Gentoo Wiki
Jump to:navigation Jump to:search
Note
Before creating a discussion or leaving a comment, please read about using talk pages. To create a new discussion, click here. Comments on an existing discussion should be signed using ~~~~:
A comment [[User:Larry|Larry]] 13:52, 13 May 2024 (UTC)
: A reply [[User:Sally|Sally]] 02:25, 27 July 2024 (UTC)
:: Your reply ~~~~

Crossdev extra_econf environment

Talk status
This discussion is done as of 2022-06-30.

"root #crossdev --target arm-none-eabi --genv 'EXTRA_ECONF="--with-multilib-list=$profile_name"' "

Should it really be --genv or is this a typo? crossdev doesn't seem to have that flag. Further down it says --env instead.

Changed it to "--env" Ladon (talk) 20:43, 30 June 2022 (UTC)

yes, genv was correct, it should only be applied in the gcc environment. From crossdev --help: --[bdgkl]env env Specify env settings for binutils/gdb/gcc/kernel/libc JJ (talk) 22:29, 30 June 2022 (UTC)