diff options
author | Chris Packham <judge.packham@gmail.com> | 2023-11-14 17:28:12 +1300 |
---|---|---|
committer | Chris Packham <judge.packham@gmail.com> | 2023-11-25 15:41:47 +1300 |
commit | 3758304b019f11ce8315de5287531bd5dc3b392c (patch) | |
tree | baf0f0559a1b47be94a193f8ddb037b0e102fc34 /config | |
parent | 70c6e877fabba580f45b2225e4af4b9e0be1279e (diff) | |
download | crosstool-ng-3758304b019f11ce8315de5287531bd5dc3b392c.tar.gz crosstool-ng-3758304b019f11ce8315de5287531bd5dc3b392c.tar.bz2 crosstool-ng-3758304b019f11ce8315de5287531bd5dc3b392c.zip |
config/arch: Mark hppa/parisc as experimental
There are a number of things that don't currently work notably uClibc,
C++ and GDB. Mark this architecture as experimental.
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/arch/parisc.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/arch/parisc.in b/config/arch/parisc.in index 35824ce4..79fa2e8e 100644 --- a/config/arch/parisc.in +++ b/config/arch/parisc.in @@ -1,6 +1,8 @@ # HP PA-RISC specific configuration file ## no-package +## depends on EXPERIMENTAL +## ## select ARCH_SUPPORTS_32 ## select ARCH_SUPPORTS_64 ## select ARCH_DEFAULT_32 |