mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 18:32:20 +02:00
Revert "gcc: Use FILESPATH instead of FILESDIR and cleanup/simplify"
This reverts commit 90616875b4. It was
never meant to be applied as its an incorrect previous development
verison of a patch in progress.
This commit is contained in:
@@ -18,6 +18,8 @@ PV = "4.7.2"
|
||||
|
||||
BINV = "4.7.2"
|
||||
|
||||
FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/gcc-4.7' ], d)}"
|
||||
|
||||
DEPENDS =+ "mpfr gmp libmpc"
|
||||
NATIVEDEPS = "mpfr-native gmp-native libmpc-native zlib-native"
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ NATIVEDEPS = ""
|
||||
|
||||
inherit autotools gettext
|
||||
|
||||
FILESPATH = "${FILE_DIRNAME}/gcc-${PV}"
|
||||
FILESDIR = "${@os.path.dirname(d.getVar('FILE',1))}/gcc-${PV}"
|
||||
|
||||
def get_gcc_fpu_setting(bb, d):
|
||||
if d.getVar('ARMPKGSFX_EABI', True) == "hf" and d.getVar('TRANSLATED_TARGET_ARCH', True) == "arm":
|
||||
|
||||
Reference in New Issue
Block a user