summaryrefslogtreecommitdiff
path: root/recipes/qemu/qemu-gcc3-check.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/qemu/qemu-gcc3-check.inc')
-rw-r--r--recipes/qemu/qemu-gcc3-check.inc13
1 files changed, 0 insertions, 13 deletions
diff --git a/recipes/qemu/qemu-gcc3-check.inc b/recipes/qemu/qemu-gcc3-check.inc
deleted file mode 100644
index c55444acdd..0000000000
--- a/recipes/qemu/qemu-gcc3-check.inc
+++ /dev/null
@@ -1,13 +0,0 @@
-inherit qemu
-
-python __anonymous() {
- from bb import which, data
-
- path = data.getVar('PATH', d, 1)
- oldOeConf = data.getVar('EXTRA_OECONF', d, 1)
- if not oldOeConf: oldOeConf = ""
- gcc3 = check_gcc3(d)
- if gcc3:
- data.setVar('EXTRA_OECONF', oldOeConf + " --cc=" + gcc3, d)
-}
-