diff options
Diffstat (limited to 'build/SConstruct')
-rw-r--r-- | build/SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/SConstruct b/build/SConstruct index 6b71fa585..3d7db1db2 100644 --- a/build/SConstruct +++ b/build/SConstruct @@ -93,7 +93,7 @@ def AlphaConfig(env): def KernelConfig(env): env.Replace(TARGET_ISA = 'alpha') env.Replace(FULL_SYSTEM = True) - env.Append(CPPDEFINES = ['FULL_SYSTEM', 'SYSTEM_EV5']) + env.Append(CPPDEFINES = ['FULL_SYSTEM']) # Base configurations map. configs_map = { |