aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/config/cris/t-linux
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.9/gcc/config/cris/t-linux')
-rw-r--r--gcc-4.9/gcc/config/cris/t-linux5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc-4.9/gcc/config/cris/t-linux b/gcc-4.9/gcc/config/cris/t-linux
new file mode 100644
index 000000000..71a964936
--- /dev/null
+++ b/gcc-4.9/gcc/config/cris/t-linux
@@ -0,0 +1,5 @@
+# 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