|
This commit fixes the error when re-build openavnu:
| aarch64-poky-linux-gcc: error: unrecognized argument in option '-mcmodel=kernel'
| aarch64-poky-linux-gcc: note: valid arguments to '-mcmodel=' are: large small tiny
| aarch64-poky-linux-gcc: error: unrecognized command line option '-mno-red-zone'; did you mean '-fno-regmove'?
The error comes from cleaning other unnecessary modules which have
some make flags for x86_64 architecture. In AVB software, Renesas BSP
uses some daemons (mrpd maap gptp shaper) only. Hence, this fix makes
do_configure not to clean all AVB modules to avoid the above error.
Signed-off-by: Duy Dang <duy.dang.yw@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|