projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[scripts] env: colorize git output
[openwrt.git]
/
tools
/
ppl
/
Makefile
diff --git
a/tools/ppl/Makefile
b/tools/ppl/Makefile
index
c9c09c5
..
46c966d
100644
(file)
--- a/
tools/ppl/Makefile
+++ b/
tools/ppl/Makefile
@@
-13,15
+13,12
@@
PKG_SOURCE_URL:=ftp://gcc.gnu.org/pub/gcc/infrastructure
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_MD5SUM:=e7dd265afdeaea81f7e87a72b182d875
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_MD5SUM:=e7dd265afdeaea81f7e87a72b182d875
+HOST_FIXUP:=autoreconf
+
include $(INCLUDE_DIR)/host-build.mk
unexport CFLAGS
include $(INCLUDE_DIR)/host-build.mk
unexport CFLAGS
-ifeq ($(HOST_OS),Darwin)
- GNU_HOST_NAME:=
- HOST_CONFIGURE_ARGS:=$(filter-out --target= --build= --host=,$(HOST_CONFIGURE_ARGS))
-endif
-
HOST_CONFIGURE_ARGS += \
--enable-static \
--disable-shared
HOST_CONFIGURE_ARGS += \
--enable-static \
--disable-shared
This page took
0.024038 seconds
and
4
git commands to generate.