SConscript (4240:cde9d7751cce) | SConscript (4249:3a3be2b708b0) |
---|---|
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 --- 74 unchanged lines hidden (view full) --- 83# 84# Authors: Gabe Black 85 86Import('*') 87if env['TARGET_ISA'] == 'x86': 88 Source('floatregfile.cc') 89 Source('intregfile.cc') 90 Source('miscregfile.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 --- 74 unchanged lines hidden (view full) --- 83# 84# Authors: Gabe Black 85 86Import('*') 87if env['TARGET_ISA'] == 'x86': 88 Source('floatregfile.cc') 89 Source('intregfile.cc') 90 Source('miscregfile.cc') |
91 Source('predecoder.cc') |
|
91 Source('predecoder_tables.cc') 92 Source('regfile.cc') 93 Source('remote_gdb.cc') 94 95 if env['FULL_SYSTEM']: 96 # Full-system sources 97 pass 98 else: --- 12 unchanged lines hidden --- | 92 Source('predecoder_tables.cc') 93 Source('regfile.cc') 94 Source('remote_gdb.cc') 95 96 if env['FULL_SYSTEM']: 97 # Full-system sources 98 pass 99 else: --- 12 unchanged lines hidden --- |