diff options
Diffstat (limited to 'gcc/config/alpha/linux.h')
-rw-r--r-- | gcc/config/alpha/linux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/alpha/linux.h b/gcc/config/alpha/linux.h index da5842fda85..f1e058d8f39 100644 --- a/gcc/config/alpha/linux.h +++ b/gcc/config/alpha/linux.h @@ -70,7 +70,7 @@ along with GCC; see the file COPYING3. If not see /* Determine what functions are present at the runtime; this includes full c99 runtime and sincos. */ #undef TARGET_LIBC_HAS_FUNCTION -#define TARGET_LIBC_HAS_FUNCTION linux_android_libc_has_function +#define TARGET_LIBC_HAS_FUNCTION linux_libc_has_function #define TARGET_POSIX_IO |