Auto-generate arch/foo.hh "switch headers" in scons.
authorSteve Reinhardt <stever@eecs.umich.edu>
Thu, 23 Feb 2006 03:22:06 +0000 (22:22 -0500)
committerSteve Reinhardt <stever@eecs.umich.edu>
Thu, 23 Feb 2006 03:22:06 +0000 (22:22 -0500)
commitf67a99d1c96fab60e16a8739803de27a3fba6420
tree7b35ca89e8fae82897c609d1b88eefe6e8d140c9
parent9a4c0f12ef63a701f9ce0918e604bcdcc679fe32
Auto-generate arch/foo.hh "switch headers" in scons.

SConscript:
    Include new arch/SConscript file.
arch/isa_specific.hh:
    Get rid of unnecessary ISA_INCLUDE() macro and other
    things that were used only for that purpose.
build/SConstruct:
    Move list of ISAs to env var ALL_ISA_LIST.

--HG--
extra : convert_revision : 612c7ee4279d57209662be88dc577d80fdbd692c
SConscript
arch/SConscript [new file with mode: 0644]
arch/isa_specific.hh
build/SConstruct