SConstruct (5742:828a8296270e) | SConstruct (5749:7015e400bd1d) |
---|---|
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 | 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# gzstream build is shared across all configs in the build root. 730env.SConscript('ext/gzstream/SConscript', 731 build_dir = joinpath(build_root, 'gzstream'), 732 exports = 'env') 733 |
|
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 --- | 734################################################### 735# 736# This function is used to set up a directory with switching headers 737# 738################################################### 739 740env['ALL_ISA_LIST'] = all_isa_list 741def make_switching_dir(dirname, switch_headers, env): --- 144 unchanged lines hidden --- |