diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-11-17 02:17:39 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-11-17 02:17:39 +0000 |
commit | c7aee8d81b9c62fe1e99a1daf10423caebb35a0c (patch) | |
tree | b4b53532299bfa135e57d1e7f330af8326938449 | |
parent | 38b4879a52daefbedd688624134a9474839fbd73 (diff) | |
download | uClibc-alpine-c7aee8d81b9c62fe1e99a1daf10423caebb35a0c.tar.bz2 uClibc-alpine-c7aee8d81b9c62fe1e99a1daf10423caebb35a0c.tar.xz |
Copy from trunk.
-rw-r--r-- | extra/Configs/Config.hppa | 25 |
1 files changed, 25 insertions, 0 deletions
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 |