projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add gcc 4.3.3, clean up gcc version config symbols
[openwrt.git]
/
toolchain
/
gdb
/
Makefile
diff --git
a/toolchain/gdb/Makefile
b/toolchain/gdb/Makefile
index
e4d8235
..
be3e423
100644
(file)
--- a/
toolchain/gdb/Makefile
+++ b/
toolchain/gdb/Makefile
@@
-22,6
+22,7
@@
include $(INCLUDE_DIR)/host-build.mk
define Build/Configure
(cd $(PKG_BUILD_DIR); \
gdb_cv_func_sigsetjmp=yes \
define Build/Configure
(cd $(PKG_BUILD_DIR); \
gdb_cv_func_sigsetjmp=yes \
+ CFLAGS="-O2" \
$(PKG_BUILD_DIR)/configure \
--prefix=$(TOOLCHAIN_DIR)/usr \
--build=$(GNU_HOST_NAME) \
$(PKG_BUILD_DIR)/configure \
--prefix=$(TOOLCHAIN_DIR)/usr \
--build=$(GNU_HOST_NAME) \
@@
-48,8
+49,8
@@
endef
define Build/Clean
rm -rf \
define Build/Clean
rm -rf \
- $(PKG_BUILD_DIR)
- $(TOOLCHAIN_DIR)/usr/bin/$(TARGET_CROSS)gdb
+ $(PKG_BUILD_DIR)
\
+ $(TOOLCHAIN_DIR)/usr/bin/$(TARGET_CROSS)gdb
\
$(TOOLCHAIN_DIR)/usr/bin/$(GNU_TARGET_NAME)-gdb
endef
$(TOOLCHAIN_DIR)/usr/bin/$(GNU_TARGET_NAME)-gdb
endef
This page took
0.026632 seconds
and
4
git commands to generate.