mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-06 02:10:29 +08:00
re PR other/27850 (gcov-enabled sh-elf compiler fails to build)
PR other/27850 * Makefile.in (stmp-fixinc): Fix typo. From-SVN: r114332
This commit is contained in:
parent
e58b87f712
commit
af33a0c06a
@ -1,3 +1,8 @@
|
||||
2006-06-03 J"orn Rennecke <joern.rennecke@st.com>
|
||||
|
||||
PR other/27850
|
||||
* Makefile.in (stmp-fixinc): Fix typo.
|
||||
|
||||
2006-06-02 Roger Sayle <roger@eyesopen.com>
|
||||
|
||||
* fold-const.c (fold_unary) <CONJ_EXPR>: Ensure folded expressions
|
||||
|
@ -3224,7 +3224,7 @@ stmp-fixinc: gsyslimits.h macro_list \
|
||||
echo The directory that should contain system headers does not exist: >&2 ; \
|
||||
echo " ${SYSTEM_HEADER_DIR}" >&2 ; \
|
||||
tooldir_sysinc=`echo "${gcc_tooldir}/sys-include" | sed -e :a -e "s,[^/]*/\.\.\/,," -e ta`; \
|
||||
if test "x${SYSTEM_HEADER_DIR}" = "x${tooldir_sysinc}"; \
|
||||
if test "x${SYSTEM_HEADER_DIR}" = "x$${tooldir_sysinc}"; \
|
||||
then sleep 1; else exit 1; fi; \
|
||||
fi
|
||||
rm -rf include; mkdir include
|
||||
|
Loading…
x
Reference in New Issue
Block a user