diff options
author | John David Anglin <dave.anglin@bell.net> | 2023-11-11 15:56:27 +1300 |
---|---|---|
committer | Chris Packham <judge.packham@gmail.com> | 2023-11-25 15:41:47 +1300 |
commit | 5f3a1ef166b2d800f00f39bf1736fdbe54502b1f (patch) | |
tree | 3c3f7b4b04e37bc8506b390c5e9d11fdba393127 /config/arch | |
parent | 032b3a003280f5ce3c5da2f100e91a0c184feabe (diff) | |
download | crosstool-ng-5f3a1ef166b2d800f00f39bf1736fdbe54502b1f.tar.gz crosstool-ng-5f3a1ef166b2d800f00f39bf1736fdbe54502b1f.tar.bz2 crosstool-ng-5f3a1ef166b2d800f00f39bf1736fdbe54502b1f.zip |
Add support for 32 and 64-bit PA-RISC linux build targets.
Note: The 64-bit target lacks a glibc port and doesn't build. Also,
there is no uclibc support.
Signed-off-by: John David Anglin <dave.anglin@bell.net>
Diffstat (limited to 'config/arch')
-rw-r--r-- | config/arch/parisc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/config/arch/parisc.in b/config/arch/parisc.in new file mode 100644 index 00000000..35824ce4 --- /dev/null +++ b/config/arch/parisc.in @@ -0,0 +1,11 @@ +# HP PA-RISC specific configuration file + +## no-package +## select ARCH_SUPPORTS_32 +## select ARCH_SUPPORTS_64 +## select ARCH_DEFAULT_32 +## select ARCH_DEFAULT_BE +## select ARCH_USE_MMU +## select ARCH_SUPPORTS_FLAT_FORMAT +## +## help The parisc architecture |