projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[omap35xx]: Add new defconfig and profile for es variant
[openwrt.git]
/
toolchain
/
gcc
/
common.mk
diff --git
a/toolchain/gcc/common.mk
b/toolchain/gcc/common.mk
index
977a104
..
888cf7a
100644
(file)
--- a/
toolchain/gcc/common.mk
+++ b/
toolchain/gcc/common.mk
@@
-36,12
+36,12
@@
ifdef CONFIG_GCC_VERSION_LLVM
PKG_SOURCE_SUBDIR:=$(GCC_DIR)
HOST_BUILD_DIR:=$(BUILD_DIR_TOOLCHAIN)/$(GCC_DIR)
else
PKG_SOURCE_SUBDIR:=$(GCC_DIR)
HOST_BUILD_DIR:=$(BUILD_DIR_TOOLCHAIN)/$(GCC_DIR)
else
-if
def CONFIG_GCC_VERSION_4_5_1_LINARO
- PKG_REV:=4.5-201
0.1
2-0
+if
eq ($(CONFIG_GCC_VERSION),"linaro")
+ PKG_REV:=4.5-201
1.0
2-0
PKG_VERSION:=4.5.2
PKG_VERSION:=4.5.2
- PKG_SOURCE_URL:=http://launchpad.net/gcc-linaro/4.5/4.5-201
0.1
2-0/+download/
+ PKG_SOURCE_URL:=http://launchpad.net/gcc-linaro/4.5/4.5-201
1.0
2-0/+download/
PKG_SOURCE:=$(PKG_NAME)-linaro-$(PKG_REV).tar.bz2
PKG_SOURCE:=$(PKG_NAME)-linaro-$(PKG_REV).tar.bz2
- PKG_MD5SUM:=
a01e511fd1a3b42b54d239b393f740fe
+ PKG_MD5SUM:=
d93199c1296e053f57fcc7888b54d488
GCC_DIR:=gcc-linaro-$(PKG_REV)
HOST_BUILD_DIR:=$(BUILD_DIR_TOOLCHAIN)/$(GCC_DIR)
else
GCC_DIR:=gcc-linaro-$(PKG_REV)
HOST_BUILD_DIR:=$(BUILD_DIR_TOOLCHAIN)/$(GCC_DIR)
else
@@
-167,6
+167,10
@@
ifdef CONFIG_powerpc
TARGET_CFLAGS := $(patsubst -Os,-O2,$(TARGET_CFLAGS))
endif
TARGET_CFLAGS := $(patsubst -Os,-O2,$(TARGET_CFLAGS))
endif
+ifneq ($(GCC_ARCH),)
+ GCC_CONFIGURE+= --with-arch=$(GCC_ARCH)
+endif
+
GCC_MAKE:= \
export SHELL="$(BASH)"; \
$(MAKE) $(TOOLCHAIN_JOBS) \
GCC_MAKE:= \
export SHELL="$(BASH)"; \
$(MAKE) $(TOOLCHAIN_JOBS) \
This page took
0.025925 seconds
and
4
git commands to generate.