|
@@ -423,11 +423,13 @@ ifndef BINUTILSPREFIX
|
|
ifndef CROSSBINDIR
|
|
ifndef CROSSBINDIR
|
|
ifdef CROSSCOMPILE
|
|
ifdef CROSSCOMPILE
|
|
ifndef DARWIN2DARWIN
|
|
ifndef DARWIN2DARWIN
|
|
|
|
+ifneq ($(CPU_TARGET),jvm)
|
|
BINUTILSPREFIX=$(CPU_TARGET)-$(OS_TARGET)-
|
|
BINUTILSPREFIX=$(CPU_TARGET)-$(OS_TARGET)-
|
|
endif
|
|
endif
|
|
endif
|
|
endif
|
|
endif
|
|
endif
|
|
endif
|
|
endif
|
|
|
|
+endif
|
|
|
|
|
|
# Try first the full target name, otherwise try only
|
|
# Try first the full target name, otherwise try only
|
|
# the OS for backwards compatibility
|
|
# the OS for backwards compatibility
|