diff options
author | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-09-12 02:38:10 +0000 |
---|---|---|
committer | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-09-12 02:38:10 +0000 |
commit | 9b08c1b62e94d726e41008489323d3bdf5058d9e (patch) | |
tree | 482b39c75cfb96d6d7fa8fa2a394cad206670800 /gcc/config/cris | |
parent | f9f765c47ff82dc0425406e09000060b383e9e24 (diff) | |
download | gcc-9b08c1b62e94d726e41008489323d3bdf5058d9e.tar.gz |
* config/cris/t-linux (LIMITS_H_TEST): Only define if not inhibit_libc.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@128407 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/cris')
-rw-r--r-- | gcc/config/cris/t-linux | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/cris/t-linux b/gcc/config/cris/t-linux index 31acfc4e123..e10d083f565 100644 --- a/gcc/config/cris/t-linux +++ b/gcc/config/cris/t-linux @@ -3,4 +3,6 @@ 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. +ifneq ($(inhibit_libc),true) LIMITS_H_TEST = : +endif |