mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 06:36:34 +00:00
Update to gcc 3.2.2 by default. Move a mips patch to be more obvious.
Update the default uClibc config.
This commit is contained in:
parent
9278a0bb9b
commit
1bf1972968
@ -39,8 +39,8 @@ MULTILIB:=--enable-multilib
|
|||||||
#
|
#
|
||||||
#############################################################
|
#############################################################
|
||||||
BINUTILS_SITE:=ftp://ftp.gnu.org/gnu/binutils/
|
BINUTILS_SITE:=ftp://ftp.gnu.org/gnu/binutils/
|
||||||
BINUTILS_SOURCE:=binutils-2.13.2.tar.bz2
|
BINUTILS_SOURCE:=binutils-2.13.2.1.tar.bz2
|
||||||
BINUTILS_DIR:=$(BUILD_DIR)/binutils-2.13.2
|
BINUTILS_DIR:=$(BUILD_DIR)/binutils-2.13.2.1
|
||||||
#
|
#
|
||||||
# Perhaps you would perfer to use the older 2.12.1 version?
|
# Perhaps you would perfer to use the older 2.12.1 version?
|
||||||
#BINUTILS_SITE:=ftp://ftp.gnu.org/gnu/binutils/
|
#BINUTILS_SITE:=ftp://ftp.gnu.org/gnu/binutils/
|
||||||
@ -59,8 +59,8 @@ UCLIBC_SITE:=http://www.kernel.org/pub/linux/libs/uclibc
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
GCC_SITE:=ftp://ftp.gnu.org/gnu/gcc/
|
GCC_SITE:=ftp://ftp.gnu.org/gnu/gcc/
|
||||||
GCC_SOURCE:=gcc-3.2.1.tar.gz
|
GCC_SOURCE:=gcc-3.2.2.tar.gz
|
||||||
GCC_DIR:=$(BUILD_DIR)/gcc-3.2.1
|
GCC_DIR:=$(BUILD_DIR)/gcc-3.2.2
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -39,8 +39,8 @@ MULTILIB:=--enable-multilib
|
|||||||
#
|
#
|
||||||
#############################################################
|
#############################################################
|
||||||
BINUTILS_SITE:=ftp://ftp.gnu.org/gnu/binutils/
|
BINUTILS_SITE:=ftp://ftp.gnu.org/gnu/binutils/
|
||||||
BINUTILS_SOURCE:=binutils-2.13.2.tar.bz2
|
BINUTILS_SOURCE:=binutils-2.13.2.1.tar.bz2
|
||||||
BINUTILS_DIR:=$(BUILD_DIR)/binutils-2.13.2
|
BINUTILS_DIR:=$(BUILD_DIR)/binutils-2.13.2.1
|
||||||
#
|
#
|
||||||
# Perhaps you would perfer to use the older 2.12.1 version?
|
# Perhaps you would perfer to use the older 2.12.1 version?
|
||||||
#BINUTILS_SITE:=ftp://ftp.gnu.org/gnu/binutils/
|
#BINUTILS_SITE:=ftp://ftp.gnu.org/gnu/binutils/
|
||||||
|
@ -33,6 +33,7 @@ C_SYMBOL_PREFIX=""
|
|||||||
#
|
#
|
||||||
DOPIC=y
|
DOPIC=y
|
||||||
HAVE_SHARED=y
|
HAVE_SHARED=y
|
||||||
|
# ADD_LIBGCC_FUNCTIONS is not set
|
||||||
BUILD_UCLIBC_LDSO=y
|
BUILD_UCLIBC_LDSO=y
|
||||||
LDSO_LDD_SUPPORT=y
|
LDSO_LDD_SUPPORT=y
|
||||||
UCLIBC_CTOR_DTOR=y
|
UCLIBC_CTOR_DTOR=y
|
||||||
|
Loading…
x
Reference in New Issue
Block a user