Răsfoiți Sursa

Do not specify a CROSS_COMPILE default when executing size

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Mike Frysinger 17 ani în urmă
părinte
comite
208447f8e9
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      MAKEALL

+ 1 - 1
MAKEALL

@@ -721,7 +721,7 @@ build_target() {
 	${MAKE} ${JOBS} all 2>&1 >${LOG_DIR}/$target.MAKELOG \
 				| tee ${LOG_DIR}/$target.ERR
 
-	${CROSS_COMPILE:-ppc_8xx-}size ${BUILD_DIR}/u-boot \
+	${CROSS_COMPILE}size ${BUILD_DIR}/u-boot \
 				| tee -a ${LOG_DIR}/$target.MAKELOG
 }