Remove uathload from build due to issue with GCC 5.2.0:
"ld: --relax and -r may not be used together." Requires fixing ld command line arguments and testing.
This commit is contained in:
parent
69c5dfb504
commit
541ea0041e
@ -194,7 +194,9 @@ SUBDIR.${MK_TIMED}+= timed
|
|||||||
SUBDIR.${MK_TOOLCHAIN}+= config
|
SUBDIR.${MK_TOOLCHAIN}+= config
|
||||||
SUBDIR.${MK_TOOLCHAIN}+= crunch
|
SUBDIR.${MK_TOOLCHAIN}+= crunch
|
||||||
SUBDIR.${MK_UNBOUND}+= unbound
|
SUBDIR.${MK_UNBOUND}+= unbound
|
||||||
|
.if !(${COMPILER_TYPE} == "gcc" && ${COMPILER_VERSION} >= 50200)
|
||||||
SUBDIR.${MK_USB}+= uathload
|
SUBDIR.${MK_USB}+= uathload
|
||||||
|
.endif
|
||||||
SUBDIR.${MK_USB}+= uhsoctl
|
SUBDIR.${MK_USB}+= uhsoctl
|
||||||
SUBDIR.${MK_USB}+= usbconfig
|
SUBDIR.${MK_USB}+= usbconfig
|
||||||
SUBDIR.${MK_USB}+= usbdump
|
SUBDIR.${MK_USB}+= usbdump
|
||||||
|
Loading…
Reference in New Issue
Block a user