mirror of https://gitee.com/Nocallback/glibc.git
Browse Source
(inline_syscall_clobbers, inline_syscall0, inline_syscall1)
(inline_syscall2, inline_syscall3, inline_syscall4, inline_syscall5)
(inline_syscall6): Move these macros ...
* sysdeps/unix/sysv/linux/alpha/sysdep.h: ... to here.
* aclocal.m4 (GLIBC_PROVIDES): Add AC_PROVIDEs for
_AS_PATH_SEPARATOR_PREPARE and _AS_TEST_PREPARE.
cvs/fedora-2_3-branch
4 changed files with 15 additions and 5 deletions
@ -1,11 +1,10 @@ |
|||
sinclude(./aclocal.m4)dnl Autoconf lossage |
|||
GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory. |
|||
# Local configure fragment for sysdeps/unix/sysv/linux/mips. |
|||
|
|||
define([AC_SUBST])dnl Prevent junk from being appended due to no AC_OUTPUT |
|||
AC_CHECK_PROG_VER(AS, $AS, --version, |
|||
[GNU assembler.* \([0-9]*\.[0-9.]*\(-ia64-[0-9]*\)*\)], |
|||
[2.11.90.0.[5-9]* | 2.11.90.[1-9]* | 2.11.9[1-9]* | 2.11.[1-9]* | 2.1[2-9]*| 2.[2-9]*], |
|||
AC_MSG_WARN([*** Your binutils versions are too old. |
|||
*** We strongly advise to update binutils. For details check |
|||
[2.11.90.0.[5-9]* | 2.11.90.[1-9]* | 2.11.9[1-9]* | 2.11.[1-9]* | 2.1[2-9]*| 2.[2-9]*], |
|||
AC_MSG_WARN([*** Your binutils versions are too old. |
|||
*** We strongly advise to update binutils. For details check |
|||
*** the FAQ and INSTALL documents.])) |
|||
|
|||
Loading…
Reference in new issue