summaryrefslogtreecommitdiff
path: root/recipes/python/python-scons/toolchain-from-env.SConscript
blob: 051ccec79e410ddbe3ecec420aaf08f6240992fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#toolchain-from-env

import os
env['CC'] = os.environ['CC']
env['CXX'] = os.environ['CXX']
env['CPP'] = os.environ['CPP']
env['AR'] = os.environ['AR']
env['LD'] = os.environ['LD']
env['CCLD'] = os.environ['CCLD']
env['ENV']['PATH'] = os.environ['PATH']

env['LINKFLAGS'] = os.environ['TARGET_LINK_HASH_STYLE'] + " " + env['LINKFLAGS']
a2da9e4d0dfd7'>udev-092/udev.rules udev-097/udev.rules udev-100/udev.rules : Add ruleGraeme Gregory1 2006-08-22udev: add 097Philipp Zabel1 2006-08-12udev 092: fix hostap on h2200, courtesy Joshua Layne Koen Kooi1 2006-08-05udev 092: remove BTNTOUCH for touchscreen rules to fix it for ipaqsKoen Kooi1 2006-07-26udev 092: Fix ARM inotify syscallRichard Purdie1 2006-06-13udev 092: Add missing file. Third time lucky...Richard Purdie1 2006-06-13udev 092: Fix a typoRichard Purdie1 2006-06-13udev: Add 092. Included is a custom rule which adds a symlink to the touchscr...Richard Purdie5