Deleted Added
sdiff udiff text old ( 5742:828a8296270e ) new ( 5749:7015e400bd1d )
full compact
1# -*- mode:python -*-
2
3# Copyright (c) 2004-2005 The Regents of The University of Michigan
4# All rights reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions are
8# met: redistributions of source code must retain the above copyright

--- 712 unchanged lines hidden (view full) ---

721env.Append(BUILDERS = { 'Concat' : concat_builder })
722
723
724# libelf build is shared across all configs in the build root.
725env.SConscript('ext/libelf/SConscript',
726 build_dir = joinpath(build_root, 'libelf'),
727 exports = 'env')
728
729###################################################
730#
731# This function is used to set up a directory with switching headers
732#
733###################################################
734
735env['ALL_ISA_LIST'] = all_isa_list
736def make_switching_dir(dirname, switch_headers, env):

--- 144 unchanged lines hidden ---