SConstruct (9477:d0aacc54cee9) SConstruct (9537:ad5b3252dcc6)
1# -*- mode:python -*-
2
3# Copyright (c) 2011 Advanced Micro Devices, Inc.
4# Copyright (c) 2009 The Hewlett-Packard Development Company
5# Copyright (c) 2004-2005 The Regents of The University of Michigan
6# All rights reserved.
7#
8# Redistribution and use in source and binary forms, with or without

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

1035# libelf build is shared across all configs in the build root.
1036main.SConscript('ext/libelf/SConscript',
1037 variant_dir = joinpath(build_root, 'libelf'))
1038
1039# gzstream build is shared across all configs in the build root.
1040main.SConscript('ext/gzstream/SConscript',
1041 variant_dir = joinpath(build_root, 'gzstream'))
1042
1# -*- mode:python -*-
2
3# Copyright (c) 2011 Advanced Micro Devices, Inc.
4# Copyright (c) 2009 The Hewlett-Packard Development Company
5# Copyright (c) 2004-2005 The Regents of The University of Michigan
6# All rights reserved.
7#
8# Redistribution and use in source and binary forms, with or without

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

1035# libelf build is shared across all configs in the build root.
1036main.SConscript('ext/libelf/SConscript',
1037 variant_dir = joinpath(build_root, 'libelf'))
1038
1039# gzstream build is shared across all configs in the build root.
1040main.SConscript('ext/gzstream/SConscript',
1041 variant_dir = joinpath(build_root, 'gzstream'))
1042
1043# libfdt build is shared across all configs in the build root.
1044main.SConscript('ext/libfdt/SConscript',
1045 variant_dir = joinpath(build_root, 'libfdt'))
1046
1043###################################################
1044#
1045# This function is used to set up a directory with switching headers
1046#
1047###################################################
1048
1049main['ALL_ISA_LIST'] = all_isa_list
1050def make_switching_dir(dname, switch_headers, env):

--- 131 unchanged lines hidden ---
1047###################################################
1048#
1049# This function is used to set up a directory with switching headers
1050#
1051###################################################
1052
1053main['ALL_ISA_LIST'] = all_isa_list
1054def make_switching_dir(dname, switch_headers, env):

--- 131 unchanged lines hidden ---