]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/linux-android.h
Update copyright years.
[thirdparty/gcc.git] / gcc / config / linux-android.h
index acbc6627f952dc6f93ae25179888cdc5197be727..5f5ccd4e0f42d66d36ac0455180639a92ea574c6 100644 (file)
@@ -1,6 +1,5 @@
 /* Configuration file for Linux Android targets.
-   Copyright (C) 2008, 2010
-   Free Software Foundation, Inc.
+   Copyright (C) 2008-2024 Free Software Foundation, Inc.
    Contributed by Doug Kwan (dougkwan@google.com)
    Rewritten by CodeSourcery, Inc.
 
@@ -22,7 +21,7 @@
 
 #define ANDROID_TARGET_OS_CPP_BUILTINS()                       \
     do {                                                       \
-       if (OPTION_ANDROID)                                     \
+       if (TARGET_ANDROID)                                     \
          builtin_define ("__ANDROID__");                       \
     } while (0)