From 38545a368ca50c8c24e5adae349bcbcae2065132 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 12 Nov 2005 01:10:24 +0000 Subject: initial port to hppa --- extra/Configs/Config.hppa | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 extra/Configs/Config.hppa (limited to 'extra/Configs/Config.hppa') diff --git a/extra/Configs/Config.hppa b/extra/Configs/Config.hppa new file mode 100644 index 000000000..c198e18d6 --- /dev/null +++ b/extra/Configs/Config.hppa @@ -0,0 +1,25 @@ +# +# For a description of the syntax of this configuration file, +# see extra/config/Kconfig-language.txt +# + +config TARGET_ARCH + default "hppa" + +config HAVE_ELF + bool + select ARCH_HAS_MMU + select HAS_NO_THREADS + select ARCH_HAS_NO_LDSO + select HAVE_NO_SSP + default y + +config ARCH_SUPPORTS_BIG_ENDIAN + bool + default y + +config ARCH_CFLAGS + string + +config LIBGCC_CFLAGS + string -- cgit v1.2.3