diff options
author | John David Anglin <dave.anglin@nrc-cnrc.gc.ca> | 2006-02-05 15:54:49 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2006-02-05 15:54:49 +0000 |
commit | 5a1a44503eb33a30057d524772cd1f7160d13c5f (patch) | |
tree | 2eb4c36a112e71b037e8e4b032f41972ed7978be /gcc/config/pa/x-ada-hpux10 | |
parent | 569f8d982a8147ed19d8370d127291c308116419 (diff) | |
download | gcc-5a1a44503eb33a30057d524772cd1f7160d13c5f.tar.gz |
x-ada-hpux10, [...]: New files.
* pa/x-ada-hpux10, pa/t-pa-hpux10, pa/t-pa-hpux11: New files.
* config.gcc (hppa[12]*-*-hpux10*): Use pa/t-pa-hpux10 instead of
pa/t-pa.
* config.gcc (hppa[12]*-*-hpux11*): Use pa/t-pa-hpux11 instead of
pa/t-pa.
* config.host (hppa*-*-hpux10*): Use pa/x-ada-hpux10 instead of
pa/x-ada.
* pa/t-pa-hpux: Add lib2funcs.asm and quadlib.c rules.
* pa/t-pa64: Delete quadlib.c rule.
* pa/x-ada: Revert last change.
* pa/t-pa: Revert last change. Delete quadlib.c rule.
From-SVN: r110615
Diffstat (limited to 'gcc/config/pa/x-ada-hpux10')
-rw-r--r-- | gcc/config/pa/x-ada-hpux10 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/pa/x-ada-hpux10 b/gcc/config/pa/x-ada-hpux10 new file mode 100644 index 00000000000..d2b70753088 --- /dev/null +++ b/gcc/config/pa/x-ada-hpux10 @@ -0,0 +1,4 @@ +# 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. +X_ADA_CFLAGS = -mdisable-indexing -D_X_HPUX10 |