projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a8560f
)
Use the target compiler
author
Florian Fainelli
<florian@openwrt.org>
Fri, 8 Jun 2007 13:24:10 +0000
(13:24 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Fri, 8 Jun 2007 13:24:10 +0000
(13:24 +0000)
SVN-Revision: 7538
package/patch-cmdline/Makefile
patch
|
blob
|
history
diff --git
a/package/patch-cmdline/Makefile
b/package/patch-cmdline/Makefile
index ab334588e887f736bfe0e9913318e8f3d1569246..70dc1ea69f091f28f6ad04a00791cc1d7a5c222a 100644
(file)
--- a/
package/patch-cmdline/Makefile
+++ b/
package/patch-cmdline/Makefile
@@
-30,7
+30,7
@@
define Build/Prepare
endef
define Build/Compile
- $(CC) -o $(PKG_BUILD_DIR)/$(PKG_NAME) $(PKG_BUILD_DIR)/$(PKG_NAME).c
+ $(
TARGET_
CC) -o $(PKG_BUILD_DIR)/$(PKG_NAME) $(PKG_BUILD_DIR)/$(PKG_NAME).c
endef
define Package/patch-cmdline/install