projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ec9199
)
- pass $(TARGET_CROSS)strip as STRIP to the packages.
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Fri, 10 Mar 2006 08:44:16 +0000
(08:44 -0000)
committer
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Fri, 10 Mar 2006 08:44:16 +0000
(08:44 -0000)
package/Makefile.in
patch
|
blob
|
history
diff --git
a/package/Makefile.in
b/package/Makefile.in
index 45c88107adf26155cd76ed525dd10083f109e5e3..6f3cbb71f0c8540c9c3d1e37dc2c996a6e316efb 100644
(file)
--- a/
package/Makefile.in
+++ b/
package/Makefile.in
@@
-77,6
+77,7
@@
TARGET_CONFIGURE_OPTS=PATH=$(TARGET_PATH) \
CXX=$(TARGET_CROSS)g++ \
CPP=$(TARGET_CROSS)cpp \
RANLIB=$(TARGET_CROSS)ranlib \
+ STRIP=$(TARGET_CROSS)strip \
OBJCOPY=$(TARGET_CROSS)objcopy
ifeq ($(ENABLE_LOCALE),true)