diff options
author | danglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-04-30 19:47:38 +0000 |
---|---|---|
committer | danglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-04-30 19:47:38 +0000 |
commit | 711b64465b23c1a4b9635b559e702eddbf51cbaf (patch) | |
tree | 91722b360f116ed83296e3d7164980b140ce359f /gcc/config/pa/t-linux | |
parent | d68ffc6f8729c7b5c7647fb70e13e859183d7f8b (diff) | |
download | gcc-711b64465b23c1a4b9635b559e702eddbf51cbaf.tar.gz |
* config.gcc (hppa1.1-*-pro*, hppa1.1-*-osf*, hppa1.1-*-rtems*,
hppa1.0-*-osf*, hppa1.1-*-bsd*, hppa1.1-*-hpux10*, hppa2*-*-hpux10*,
hppa1.0-*-hpux10*, hppa*64*-*-hpux11*, hppa1.1-*-hpux11*,
hppa2*-*-hpux11*, hppa1.0-*-hpux11*, hppa*-*-lites*): Define xmake_file.
* pa/t-linux, pa/t-pa, pa/t-pa64, t-pro (T_ADAFLAGS): Delete.
* pa/x-ada: New file. Define ADA_CFLAGS.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52969 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/pa/t-linux')
-rw-r--r-- | gcc/config/pa/t-linux | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/config/pa/t-linux b/gcc/config/pa/t-linux index 51422987e76..9a338c28459 100644 --- a/gcc/config/pa/t-linux +++ b/gcc/config/pa/t-linux @@ -10,5 +10,3 @@ CRTSTUFF_T_CFLAGS_S = -fPIC # Compile libgcc2.a as PIC. TARGET_LIBGCC2_CFLAGS = -fPIC -DELF=1 -DLINUX=1 - -T_ADAFLAGS=-mdisable-indexing |