summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-01-17 03:22:02 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-01-17 03:22:02 +0000
commit320b422ea755916c1ff394f4b3f4d8ba76890709 (patch)
tree42d21cfe557c62a634169d81a772ef9d923fd29c
parent35b4d5b5d775d45374615a9ac476af3137d74bd6 (diff)
parentf26a67a6c141c94f84bd497f2c317dd1658fe99a (diff)
downloadprebuilts_gcc_linux-x86_host_x86_64-linux-glibc2.17-4.8-320b422ea755916c1ff394f4b3f4d8ba76890709.tar.gz
prebuilts_gcc_linux-x86_host_x86_64-linux-glibc2.17-4.8-320b422ea755916c1ff394f4b3f4d8ba76890709.tar.bz2
prebuilts_gcc_linux-x86_host_x86_64-linux-glibc2.17-4.8-320b422ea755916c1ff394f4b3f4d8ba76890709.zip
Delete symlink to bionic's stdatomic.h. am: f26a67a6c1
Change-Id: I27ce746729728e95c05ef4fea75dcc7cdb54f5d5
-rw-r--r--sysroot-patches/sysroot-link-stdatomic-to-bionic.patch15
l---------sysroot/usr/include/stdatomic.h1
2 files changed, 0 insertions, 16 deletions
diff --git a/sysroot-patches/sysroot-link-stdatomic-to-bionic.patch b/sysroot-patches/sysroot-link-stdatomic-to-bionic.patch
deleted file mode 100644
index d12ffa0..0000000
--- a/sysroot-patches/sysroot-link-stdatomic-to-bionic.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Carried from glibc-2.15 we have a stdatomic.h symlink.
-
-There's no motivating build failure I could produce for this. It's incredibly
-cheap to include, and random online posts indicate that stdatomic.h only
-appeared with gcc 4.9. Probably worth checking if this is still needed when we
-move to that.
-
------
-diff --git a/usr/include/stdatomic.h b/usr/include/stdatomic.h
-new file mode 120000
---- /dev/null
-+++ b/usr/include/stdatomic.h
-@@ -0,0 +1 @@
-+../../../../../../../../bionic/libc/include/stdatomic.h
-\ No newline at end of file
diff --git a/sysroot/usr/include/stdatomic.h b/sysroot/usr/include/stdatomic.h
deleted file mode 120000
index b79fbfe..0000000
--- a/sysroot/usr/include/stdatomic.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../../../../../../bionic/libc/include/stdatomic.h \ No newline at end of file