diff options
author | Frans Pop <elendil@planet.nl> | 2007-01-01 12:21:27 +0000 |
---|---|---|
committer | Frans Pop <elendil@planet.nl> | 2007-01-01 12:21:27 +0000 |
commit | cbc797997cf76f7d45a0945ea4676eff35c6c343 (patch) | |
tree | 764289e50ff51657852f95cd91707dfd34555189 /build | |
parent | 3230aa868aa755a680f4eb8afd8e0659d0d80b12 (diff) | |
download | installation-guide-cbc797997cf76f7d45a0945ea4676eff35c6c343.zip |
Fix variable; fixes build error warning
Diffstat (limited to 'build')
-rw-r--r-- | build/arch-options/sparc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/arch-options/sparc b/build/arch-options/sparc index 8138400ce..1de35b507 100644 --- a/build/arch-options/sparc +++ b/build/arch-options/sparc @@ -5,7 +5,7 @@ archspec="sparc;not-x86;not-s390;not-m68k;not-powerpc;not-alpha" kernelversion="2.6.18" arch_listname="sparc" -minimum-memory=32 +minimum_memory=32 # These two options should be set if condition 'smp' is set below smp_config_section="General setup" smp_config_option="Symmetric multi-processing support" |