|
@@ -12,6 +12,7 @@ endif
|
|
|
|
|
|
$(WRKBUILD)/.headers:
|
|
$(WRKBUILD)/.headers:
|
|
$(WRKBUILD)/.configured:
|
|
$(WRKBUILD)/.configured:
|
|
|
|
+ $(SED) 's/install_to_$(INSTALL_DEST) //' ${WRKBUILD}/libiberty/Makefile.in
|
|
(cd $(WRKBUILD); \
|
|
(cd $(WRKBUILD); \
|
|
gdb_cv_func_sigsetjmp=yes \
|
|
gdb_cv_func_sigsetjmp=yes \
|
|
./configure \
|
|
./configure \
|
|
@@ -31,6 +32,7 @@ $(WRKBUILD)/.configured:
|
|
--disable-sim \
|
|
--disable-sim \
|
|
--disable-tui \
|
|
--disable-tui \
|
|
--disable-werror \
|
|
--disable-werror \
|
|
|
|
+ --disable-install-libiberty \
|
|
--without-x \
|
|
--without-x \
|
|
);
|
|
);
|
|
touch $@
|
|
touch $@
|
|
@@ -40,7 +42,7 @@ $(WRKBUILD)/.compiled:
|
|
touch $@
|
|
touch $@
|
|
|
|
|
|
$(WRKBUILD)/.installed:
|
|
$(WRKBUILD)/.installed:
|
|
- install -c $(WRKBUILD)/gdb/gdb $(TARGET_CROSS)gdb
|
|
+ $(INSTALL_BIN) $(WRKBUILD)/gdb/gdb $(TARGET_CROSS)gdb
|
|
touch $@
|
|
touch $@
|
|
|
|
|
|
include ${TOPDIR}/mk/toolchain.mk
|
|
include ${TOPDIR}/mk/toolchain.mk
|