diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2005-10-12 19:40:28 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@gcc.gnu.org> | 2005-10-12 19:40:28 +0000 |
commit | 9f92185eb90aeeba65acd23587eca22a45d6a3e7 (patch) | |
tree | 113d6395f58db80d444a6ebc91aea5eb39218a2b /gcc | |
parent | fdeff56396905c2701560ad90f1f1bcdd5c2fd55 (diff) | |
download | gcc-9f92185eb90aeeba65acd23587eca22a45d6a3e7.zip gcc-9f92185eb90aeeba65acd23587eca22a45d6a3e7.tar.gz gcc-9f92185eb90aeeba65acd23587eca22a45d6a3e7.tar.bz2 |
* config/cris/t-linux (LIMITS_H_TEST): Define.
From-SVN: r105322
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/cris/t-linux | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d66f28e..93da687 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2005-10-12 Hans-Peter Nilsson <hp@axis.com> + + * config/cris/t-linux (LIMITS_H_TEST): Define. + 2005-10-12 Richard Henderson <rth@redhat.com> PR rtl-opt/23324 diff --git a/gcc/config/cris/t-linux b/gcc/config/cris/t-linux index 65c3000..31acfc4 100644 --- a/gcc/config/cris/t-linux +++ b/gcc/config/cris/t-linux @@ -1,2 +1,6 @@ TARGET_LIBGCC2_CFLAGS += -fPIC CRTSTUFF_T_CFLAGS_S = $(TARGET_LIBGCC2_CFLAGS) + +# We *know* we have a limits.h in the glibc library, with extra +# definitions needed for e.g. libgfortran. +LIMITS_H_TEST = : |