#93: Add a gcc wrapper script ---------------------------------+------------------------------------------ Reporter: uwe | Owner: somebody Type: defect | Status: new Priority: major | Milestone: Component: libpayload | Version: Keywords: | Dependencies: Patchstatus: there is no patch | ---------------------------------+------------------------------------------ libpayload should have a gcc wrapper script which simplifies compilation of libpayload-based payloads a lot. From a user's (payload writer's) perspective compiling a payload should be as simple as replacing "CC=gcc" with "CC=lpgcc" in the Makefile, everything else should be handled by the script (include paths, linker options, etc).