[PATCH] Define and use $(STRIP) makefile variable
Enrico Scholz <[email protected]>
| Newsgroups | gmane.linux.lib.dietlibc |
|---|---|
| Message-ID | <[email protected]> |
Hi, using an own variable for the strip program increases readability and makes it easier to turn off stripping of debug symbols. See http://github.com/ensc/dietlibc/commit/60e26176ad922c8a295caf6eb4031a7fee60e0e8.patch for a patch. Enrico