Opened 5 years ago
Closed 5 years ago
#93 closed defect (fixed)
Add a gcc wrapper script
| Reported by: | uwe | Owned by: | somebody |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | libpayload | Keywords: | |
| Cc: | Dependencies: | ||
| Patch Status: | there is no patch |
Description
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).
Attachments (0)
Change History (1)
comment:1 Changed 5 years ago by jcrouse
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

r3288