[Buildroot] [PATCH 1/3] Experimental addition of the newlib library

Cjw X cjwfirmware at vxmdesign.com
Wed Sep 16 17:36:20 UTC 2015


Hi Thomas,

I've gotten newlib moved over to the autotools infrastructure. I
should be able to post updated patches tonight.

>
>> +define NEWLIB_INSTALL_STAGING_CMDS
>> +     mkdir -p $(HOST_DIR)/usr/$(GNU_TARGET_NAME)/lib
>> +     $(TARGET_MAKE_ENV) $(MAKE) -C $(@D) install
>
> Except the mkdir, the install command is not needed if you use the
> autotools-package infrastructure.

So, that mkdir command needs to be run, and the it is most closely
associated with the staging install.
Is there some way to run mkdir then without overriding the
install_staging define? I haven't found anything in the docs.

Thanks,
-Chris


>
> Thanks a lot!
>
> Thomas
> --
> Thomas Petazzoni, CTO, Free Electrons
> Embedded Linux, Kernel and Android engineering
> http://free-electrons.com


More information about the buildroot mailing list