aboutsummaryrefslogtreecommitdiffstats
path: root/classes/qemu.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'classes/qemu.bbclass')
-rw-r--r--classes/qemu.bbclass12
1 files changed, 0 insertions, 12 deletions
diff --git a/classes/qemu.bbclass b/classes/qemu.bbclass
index 40a3542450..66dfb2b0d2 100644
--- a/classes/qemu.bbclass
+++ b/classes/qemu.bbclass
@@ -3,18 +3,6 @@
# existance.
#
-def check_gcc3(data):
- # Used by qemu to make sure we have a workable gcc-3.x.
- # Start by checking for the program name as we build it as there
- # are some distribtuion provided gcc-3.x's that will not work.
- gcc3_versions = 'gcc-3.4.6 gcc-3.4.4 gcc34 gcc-3.4 gcc-3.4.7 gcc-3.3 gcc33 gcc-3.3.6 gcc-3.2 gcc32'
-
- for gcc3 in gcc3_versions.split():
- if check_app_exists(gcc3, data):
- return gcc3
-
- return False
-
def qemu_target_binary(data):
import bb