* config/cris/t-linux (LIMITS_H_TEST): Only define if not inhibit_libc.
From-SVN: r128407
This commit is contained in:
parent
31af2dca8c
commit
367985140f
@ -1,5 +1,7 @@
|
|||||||
2007-09-12 Hans-Peter Nilsson <hp@axis.com>
|
2007-09-12 Hans-Peter Nilsson <hp@axis.com>
|
||||||
|
|
||||||
|
* config/cris/t-linux (LIMITS_H_TEST): Only define if not inhibit_libc.
|
||||||
|
|
||||||
PR target/33360
|
PR target/33360
|
||||||
* config/cris/cris.c (cris_expand_pic_call_address): Fix typo in
|
* config/cris/cris.c (cris_expand_pic_call_address): Fix typo in
|
||||||
GET_CODE (x) == CONST_INT to CONST_INT_P (x) transformation.
|
GET_CODE (x) == CONST_INT to CONST_INT_P (x) transformation.
|
||||||
|
@ -3,4 +3,6 @@ CRTSTUFF_T_CFLAGS_S = $(TARGET_LIBGCC2_CFLAGS)
|
|||||||
|
|
||||||
# We *know* we have a limits.h in the glibc library, with extra
|
# We *know* we have a limits.h in the glibc library, with extra
|
||||||
# definitions needed for e.g. libgfortran.
|
# definitions needed for e.g. libgfortran.
|
||||||
|
ifneq ($(inhibit_libc),true)
|
||||||
LIMITS_H_TEST = :
|
LIMITS_H_TEST = :
|
||||||
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user