mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 05:06:39 +00:00
Move uclibc-configured target forward so arch prompt happens sooner.
When locale support is desired, pass the correct option to gcc configure.
This commit is contained in:
parent
2394ee58a9
commit
f08097dd63
6
Makefile
6
Makefile
@ -117,7 +117,8 @@ ifeq ($(USE_UCLIBC_TOOLCHAIN),true)
|
|||||||
ifeq ($(GCC_2_95_TOOLCHAIN),true)
|
ifeq ($(GCC_2_95_TOOLCHAIN),true)
|
||||||
TARGETS+=binutils uclibc-configured gcc2_95
|
TARGETS+=binutils uclibc-configured gcc2_95
|
||||||
else
|
else
|
||||||
TARGETS+=binutils uclibc-configured gcc3_3
|
#TARGETS+=binutils uclibc-configured gcc3_3
|
||||||
|
TARGETS+=uclibc-configured binutils gcc3_3
|
||||||
endif
|
endif
|
||||||
else
|
else
|
||||||
TARGETS+=uclibc
|
TARGETS+=uclibc
|
||||||
@ -203,6 +204,9 @@ else
|
|||||||
ARCH_FPU_SUFFIX:=_nofpu
|
ARCH_FPU_SUFFIX:=_nofpu
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(ENABLE_LOCALE),true)
|
||||||
|
EXTRA_GCC_CONFIG_OPTIONS += --enable-clocale=gnu
|
||||||
|
endif
|
||||||
|
|
||||||
HOSTCC:=gcc
|
HOSTCC:=gcc
|
||||||
BASE_DIR:=${shell pwd}
|
BASE_DIR:=${shell pwd}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user