projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb89ad4
)
- fix typo in previous commit
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Mon, 23 Jul 2007 12:03:17 +0000
(12:03 -0000)
committer
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Mon, 23 Jul 2007 12:03:17 +0000
(12:03 -0000)
package/Makefile.in
patch
|
blob
|
history
diff --git
a/package/Makefile.in
b/package/Makefile.in
index 0384dfa0c8318001b94657e4805dbd2b2b8a3cad..8be768f8840f04c0116de1e252ca95faea291aa2 100644
(file)
--- a/
package/Makefile.in
+++ b/
package/Makefile.in
@@
-34,11
+34,11
@@
TARGET_CFLAGS+= $(BR2_SYSROOT) $(BR2_ISYSROOT)
#TARGET_LDFLAGS=-Wl,$(BR2_SYSROOT)
endif
-CC_TARGET_TUNE_:=$(strip $(subst ",,
BR2_GCC_TARGET_TUNE
))
+CC_TARGET_TUNE_:=$(strip $(subst ",,
$(BR2_GCC_TARGET_TUNE)
))
#"))
-CC_TARGET_ARCH_:=$(strip $(subst ",,
BR2_GCC_TARGET_ARCH
))
+CC_TARGET_ARCH_:=$(strip $(subst ",,
$(BR2_GCC_TARGET_ARCH)
))
#"))
-CC_TARGET_ABI_:=$(strip $(subst ",,
BR2_GCC_TARGET_ABI
))
+CC_TARGET_ABI_:=$(strip $(subst ",,
$(BR2_GCC_TARGET_ABI)
))
#"))
ifneq ($(CC_TARGET_TUNE_),)
TARGET_CFLAGS+=-mtune=$(CC_TARGET_TUNE_)