]> 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 0bd61843763e18eed176823d332bbb0556abf2b2..5f5ccd4e0f42d66d36ac0455180639a92ea574c6 100644 (file)
@@ -1,5 +1,5 @@
 /* Configuration file for Linux Android targets.
-   Copyright (C) 2008-2020 Free Software Foundation, Inc.
+   Copyright (C) 2008-2024 Free Software Foundation, Inc.
    Contributed by Doug Kwan (dougkwan@google.com)
    Rewritten by CodeSourcery, Inc.
 
          builtin_define ("__ANDROID__");                       \
     } while (0)
 
-#define ANDROID_TARGET_D_OS_VERSIONS()                         \
-    do {                                                       \
-       if (TARGET_ANDROID)                                     \
-         builtin_version ("Android");                          \
-    } while (0)
-
 #if ANDROID_DEFAULT
 # define NOANDROID "mno-android"
 #else