diff options
Diffstat (limited to 'src/config/Options.lb')
-rw-r--r-- | src/config/Options.lb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb index d0c76600ee..a6524ede03 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -56,6 +56,11 @@ # Architecture options ############################################### +define CONFIG_ARCH_X86 + default 1 + export always + comment "X86 is the default" +end define ARCH default "i386" export always |