summaryrefslogtreecommitdiff
path: root/gcc/config/i386/gnu-user.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/i386/gnu-user.h')
-rw-r--r--gcc/config/i386/gnu-user.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/gnu-user.h b/gcc/config/i386/gnu-user.h
index 76a18acfe78..b6e152e935d 100644
--- a/gcc/config/i386/gnu-user.h
+++ b/gcc/config/i386/gnu-user.h
@@ -70,7 +70,7 @@ along with GCC; see the file COPYING3. If not see
#define TARGET_OS_CPP_BUILTINS() \
do \
{ \
- LINUX_TARGET_OS_CPP_BUILTINS(); \
+ GNU_USER_TARGET_OS_CPP_BUILTINS(); \
} \
while (0)