SConscript (4166:ecebe3ac19b4) | SConscript (4182:5b2c0d266107) |
---|---|
1# -*- mode:python -*- 2 3# Copyright (c) 2005-2006 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 --- 89 unchanged lines hidden (view full) --- 98 99# Base sources used by all configurations. 100base_sources = Split(''' 101 floatregfile.cc 102 intregfile.cc 103 miscregfile.cc 104 regfile.cc 105 remote_gdb.cc | 1# -*- mode:python -*- 2 3# Copyright (c) 2005-2006 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 --- 89 unchanged lines hidden (view full) --- 98 99# Base sources used by all configurations. 100base_sources = Split(''' 101 floatregfile.cc 102 intregfile.cc 103 miscregfile.cc 104 regfile.cc 105 remote_gdb.cc |
106 predecoder_tables.cc |
|
106 ''') 107 108# Full-system sources 109full_system_sources = Split(''' 110 ''') 111 112# Syscall emulation (non-full-system) sources 113syscall_emulation_sources = Split(''' --- 24 unchanged lines hidden --- | 107 ''') 108 109# Full-system sources 110full_system_sources = Split(''' 111 ''') 112 113# Syscall emulation (non-full-system) sources 114syscall_emulation_sources = Split(''' --- 24 unchanged lines hidden --- |