Skip to content
Snippets Groups Projects
Commit ed08355a authored by Bruce Ashfield's avatar Bruce Ashfield
Browse files

common-pc: enforce 32 bit


ARCH=x86 defaults to 64 bit on modern kernels. So we need to
explicitly disable 64bit in common-pc if we want a 32bit build
(common-pc builds with ARCH=x86, not ARCH=i386)

Signed-off-by: default avatarBruce Ashfield <bruce.ashfield@windriver.com>
parent ed27329c
No related branches found
No related tags found
No related merge requests found
...@@ -15,3 +15,4 @@ CONFIG_X86_GENERIC=y ...@@ -15,3 +15,4 @@ CONFIG_X86_GENERIC=y
CONFIG_X86_TSC=y CONFIG_X86_TSC=y
CONFIG_X86_MCE=y CONFIG_X86_MCE=y
CONFIG_PM=y CONFIG_PM=y
# CONFIG_64BIT is not set
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment