diff options
author | Ingmar Schraub <is@eseco.de> | 2009-08-28 11:34:49 +0200 |
---|---|---|
committer | Ingmar Schraub <is@eseco.de> | 2009-08-28 11:34:49 +0200 |
commit | bc82244af1d3795bc67f3368225f01f96adf1a22 (patch) | |
tree | a1da9c7ea46dfd2d2794c0389d07c3df5f4faf87 /config/arch | |
parent | 9ce4f4993ac302a0496185545cdba4a609c52cce (diff) | |
download | crosstool-ng-bc82244af1d3795bc67f3368225f01f96adf1a22.tar.gz crosstool-ng-bc82244af1d3795bc67f3368225f01f96adf1a22.tar.bz2 crosstool-ng-bc82244af1d3795bc67f3368225f01f96adf1a22.zip |
x86_64: is a MMU-aware arch, so select ARCH_USE_MMU
Diffstat (limited to 'config/arch')
-rw-r--r-- | config/arch/x86_64.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/arch/x86_64.in b/config/arch/x86_64.in index 9e3f5d0b..90c831fe 100644 --- a/config/arch/x86_64.in +++ b/config/arch/x86_64.in @@ -2,6 +2,7 @@ config ARCH_x86_64 select ARCH_64 + select ARCH_USE_MMU select ARCH_SUPPORT_ARCH select ARCH_SUPPORT_CPU select ARCH_SUPPORT_TUNE |