From 6625518cd6894338937a74ca6b9187b7b8167b03 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 25 Aug 2009 14:52:08 +0200 Subject: default ?conf to native arch Default is now the native arch, you can start a fresh .config via 'make ARCH=ia64 menuconfig'. Signed-off-by: Bernhard Reutner-Fischer --- extra/Configs/Config.hppa | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'extra/Configs/Config.hppa') diff --git a/extra/Configs/Config.hppa b/extra/Configs/Config.hppa index 1c264a800..0c7089c44 100644 --- a/extra/Configs/Config.hppa +++ b/extra/Configs/Config.hppa @@ -7,6 +7,10 @@ config TARGET_ARCH string default "hppa" +source "extra/Configs/Config.in.arches" +menu "Target Architecture Features and Options" +source "extra/Configs/Config.in.arch" + config FORCE_OPTIONS_FOR_ARCH bool default y @@ -18,3 +22,6 @@ config FORCE_OPTIONS_FOR_ARCH config ARCH_CFLAGS string + +endmenu +source "extra/Configs/Config.in.common" -- cgit v1.2.3