diff options
author | Martin Liska <mliska@suse.cz> | 2022-08-25 14:30:51 +0200 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2023-08-12 10:23:55 +0930 |
commit | 83e8a1eff6defc72e6273cfb5379a0a6ddf525b5 (patch) | |
tree | 3eed4b8226db236448f21f3818a8546343518c99 /config | |
parent | 917f20be837fde9435e4297f16f2fbb448a0c650 (diff) | |
download | gdb-83e8a1eff6defc72e6273cfb5379a0a6ddf525b5.zip gdb-83e8a1eff6defc72e6273cfb5379a0a6ddf525b5.tar.gz gdb-83e8a1eff6defc72e6273cfb5379a0a6ddf525b5.tar.bz2 |
32-bit PA-RISC with HP-UX: remove deprecated ports
* configure.ac: Drop GCC configury for hpux10
* configure: Likewise.
config/
* mh-pa-hpux10: Drop.
Diffstat (limited to 'config')
-rw-r--r-- | config/mh-pa-hpux10 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/config/mh-pa-hpux10 b/config/mh-pa-hpux10 deleted file mode 100644 index 99a2278..0000000 --- a/config/mh-pa-hpux10 +++ /dev/null @@ -1,4 +0,0 @@ -# The ada virtual array implementation requires that indexing be disabled on -# hosts such as hpux that use a segmented memory architecture. Both the c -# and ada files need to be compiled with this option for correct operation. -ADA_CFLAGS = -mdisable-indexing -D_X_HPUX10 |