mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 21:56:31 +00:00
Merge branch 'gcc-target-fix' of git://git.busybox.net/~tpetazzoni/git/buildroot
This commit is contained in:
commit
f389a9ce2f
@ -459,6 +459,10 @@ ifeq ($(findstring x4.3,x$(GCC_VERSION)),x4.3)
|
|||||||
GCC_LIB_SUBDIR=lib/gcc/$(REAL_GNU_TARGET_NAME)/$(GCC_VERSION)
|
GCC_LIB_SUBDIR=lib/gcc/$(REAL_GNU_TARGET_NAME)/$(GCC_VERSION)
|
||||||
GCC_INCLUDE_DIR:=include-fixed
|
GCC_INCLUDE_DIR:=include-fixed
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(findstring x4.4,x$(GCC_VERSION)),x4.4)
|
||||||
|
GCC_LIB_SUBDIR=lib/gcc/$(REAL_GNU_TARGET_NAME)/$(GCC_VERSION)
|
||||||
|
GCC_INCLUDE_DIR:=include-fixed
|
||||||
|
endif
|
||||||
|
|
||||||
$(TARGET_DIR)/usr/bin/gcc: $(GCC_BUILD_DIR3)/.compiled
|
$(TARGET_DIR)/usr/bin/gcc: $(GCC_BUILD_DIR3)/.compiled
|
||||||
PATH=$(TARGET_PATH) DESTDIR=$(TARGET_DIR) \
|
PATH=$(TARGET_PATH) DESTDIR=$(TARGET_DIR) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user