Parrot-Developers / alchemy

Build System
Other
19 stars 16 forks source link

[DEV] added LOCAL_LINUX_MAKE_BUILD_ARGS #2

Closed ncarrier closed 8 years ago

ncarrier commented 8 years ago

This extra variable allows me, for example, to pass LOCAL_LINUX_MAKE_BUILD_ARGS := LOADADDR=0x40008000 which is needed for uImage creation.

I'm not sure this is the right way to make it, maybe we should add a TARGET_LINUX_UIMAGE_LOADADDR instead ?

Just tell me which solution you prefer and I'll rewrite my patch accordingly.

ncarrier commented 8 years ago

Commit was updated due to a typo in the documentation patch