diff options
author | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-10-12 19:40:28 +0000 |
---|---|---|
committer | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-10-12 19:40:28 +0000 |
commit | 95f5e4efcd34ff723673ad948b063a11a9ef542c (patch) | |
tree | 113d6395f58db80d444a6ebc91aea5eb39218a2b /gcc/config/cris/t-linux | |
parent | 5d6d17b7e3bf6049ab07efe4d046ea3b3252b56d (diff) | |
download | gcc-95f5e4efcd34ff723673ad948b063a11a9ef542c.tar.gz |
* config/cris/t-linux (LIMITS_H_TEST): Define.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@105322 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/cris/t-linux')
-rw-r--r-- | gcc/config/cris/t-linux | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/cris/t-linux b/gcc/config/cris/t-linux index 65c3000ef00..31acfc4e123 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 = : |