projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca0d298
)
Makefile.in: remove now-unused TARGET_CC/CXX_NOCCACHE
author
Arnout Vandecappelle
<arnout@mind.be>
Sun, 4 Oct 2015 12:28:55 +0000
(13:28 +0100)
committer
Peter Korsgaard
<peter@korsgaard.com>
Sun, 4 Oct 2015 16:22:20 +0000
(18:22 +0200)
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Reviewed-by: Romain Naour <romain.naour@openwide.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/Makefile.in
patch
|
blob
|
history
diff --git
a/package/Makefile.in
b/package/Makefile.in
index 4b1ce7faed0967eae0f850ac3b02a66cc09fcb06..7dc0eac8ce25a62fc04a5fdaae3319ed7ac6f914 100644
(file)
--- a/
package/Makefile.in
+++ b/
package/Makefile.in
@@
-186,9
+186,6
@@
TARGET_READELF = $(TARGET_CROSS)readelf
TARGET_OBJCOPY = $(TARGET_CROSS)objcopy
TARGET_OBJDUMP = $(TARGET_CROSS)objdump
-TARGET_CC_NOCCACHE := $(TARGET_CC)
-TARGET_CXX_NOCCACHE := $(TARGET_CXX)
-
ifeq ($(BR2_STRIP_strip),y)
STRIP_STRIP_DEBUG := --strip-debug
STRIP_STRIP_UNNEEDED := --strip-unneeded