Displaying 2 results from an estimated 2 matches for "cc_plugin_cc".
2023 Aug 18
1
[nbdkit PATCH] cc: Allow configuration without absolute paths
...he defaults for CC and CFLAGS embedded into the cc
plugin.
However, instead of trying to munge the build environment variable as
suggested in that merge request, I found it cleaner to just add
additional precious variables to be set at configure time, as in:
./configure CC=/path/to/cross-compiler CC_PLUGIN_CC='ccache gcc' ...
Reported-by: Khem Raj
Signed-off-by: Eric Blake <eblake at redhat.com>
---
gitlab doesn't let me see the right email address to cc; if I can
figure that out, I'll tweak the Reported-by line as appropriate before
committing...
---
plugins/cc/nbdkit-cc-plugin...
2023 Aug 18
1
[nbdkit PATCH] cc: Allow configuration without absolute paths
...ded into the cc
> plugin.
>
> However, instead of trying to munge the build environment variable as
> suggested in that merge request, I found it cleaner to just add
> additional precious variables to be set at configure time, as in:
>
> ./configure CC=/path/to/cross-compiler CC_PLUGIN_CC='ccache gcc' ...
>
> Reported-by: Khem Raj
> Signed-off-by: Eric Blake <eblake at redhat.com>
> ---
>
> gitlab doesn't let me see the right email address to cc; if I can
> figure that out, I'll tweak the Reported-by line as appropriate before
> commit...