beagleboard / am335x_pru_package

331 stars 181 forks source link

Make ARM compilation flags configurable via environment variable #39

Closed hzeller closed 9 years ago

hzeller commented 9 years ago

While developing, I often compile my code (BeagleG) not on the BeagleBone black but on a different host machine to see if it compiles while developing. For that, I need to pass different host compilation flags. Previously, this would require to manually edit the Makefile; with this change this can be overridden via an environment variable.