mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 21:56:31 +00:00
Support gcc 4.[01]. Only tried for 4.0.0 at this point.
This commit is contained in:
parent
79a40a3437
commit
3e0abd14cf
@ -285,6 +285,13 @@ GCC_LIB_SUBDIR=lib/gcc/$(REAL_GNU_TARGET_NAME)/$(GCC_VERSION)
|
|||||||
else
|
else
|
||||||
GCC_LIB_SUBDIR=lib/gcc-lib/$(REAL_GNU_TARGET_NAME)/$(GCC_VERSION)
|
GCC_LIB_SUBDIR=lib/gcc-lib/$(REAL_GNU_TARGET_NAME)/$(GCC_VERSION)
|
||||||
endif
|
endif
|
||||||
|
# sigh... we need to find a better way
|
||||||
|
ifeq ($(findstring 4.0.,$(GCC_VERSION)),4.0.)
|
||||||
|
GCC_LIB_SUBDIR=lib/gcc/$(REAL_GNU_TARGET_NAME)/$(GCC_VERSION)
|
||||||
|
endif
|
||||||
|
ifeq ($(findstring 4.1.,$(GCC_VERSION)),4.1.)
|
||||||
|
GCC_LIB_SUBDIR=lib/gcc/$(REAL_GNU_TARGET_NAME)/$(GCC_VERSION)
|
||||||
|
endif
|
||||||
|
|
||||||
$(TARGET_DIR)/usr/bin/gcc: $(GCC_BUILD_DIR3)/.compiled
|
$(TARGET_DIR)/usr/bin/gcc: $(GCC_BUILD_DIR3)/.compiled
|
||||||
PATH=$(TARGET_PATH) \
|
PATH=$(TARGET_PATH) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user