projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1589dc0
)
fix TARGET_CFLAGS (closes #7172)
author
Alexandros C. Couloumbis
<alex@ozo.com>
Thu, 15 Apr 2010 21:20:51 +0000
(21:20 +0000)
committer
Alexandros C. Couloumbis
<alex@ozo.com>
Thu, 15 Apr 2010 21:20:51 +0000
(21:20 +0000)
SVN-Revision: 20890
libs/uclibc++/Makefile
patch
|
blob
|
history
diff --git
a/libs/uclibc++/Makefile
b/libs/uclibc++/Makefile
index 5eb28a5f29b79c98460f634bc0b10edbc44a2cbc..53a8e5a5f38e48e310c0ae762d06f539a1f28ce6 100644
(file)
--- a/
libs/uclibc++/Makefile
+++ b/
libs/uclibc++/Makefile
@@
-45,7
+45,7
@@
TARGET_CFLAGS += $(FPIC)
MAKE_FLAGS:= \
TOPDIR="$(PKG_BUILD_DIR)/" \
$(TARGET_CONFIGURE_OPTS) \
-
ARCH
_CFLAGS="$(TARGET_CFLAGS)" \
+
CPU
_CFLAGS="$(TARGET_CFLAGS)" \
CROSS="$(TARGET_CROSS)" \
CP="$(CP)" \
$(if $(CONFIG_TARGET_avr32),check_as_needed=)