diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2008-11-19 11:46:25 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2008-11-19 13:57:07 -0200 |
commit | 6cda45c37830dad4afcf16e2f68ae44afd80f74c (patch) | |
tree | e2be9224c656e0781e4dd25d23d60fb7e1406714 /conf/machine | |
parent | da2cc8da44f4a144e28ac8afa81e7879271cb7b0 (diff) |
geodelx: include x86 tune to set the arch for i486 or glibc fails to build
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/geodelx.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/geodelx.conf b/conf/machine/geodelx.conf index 835a581801..c165d98b87 100644 --- a/conf/machine/geodelx.conf +++ b/conf/machine/geodelx.conf @@ -1,5 +1,7 @@ TARGET_ARCH = "i486" +require conf/machine/include/tune-x86.inc + PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}depmod:module-init-tools-cross" PREFERRED_PROVIDER_virtual/kernel="linux-geodelx" |