summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-01-17 03:45:21 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-01-17 03:45:21 +0000
commitb21b94e8ceb18f8f71f093d9ce377e72e3f2966e (patch)
tree42d21cfe557c62a634169d81a772ef9d923fd29c
parentfc27461ecacc3df00a6a88711af4ef1ae26ae56d (diff)
parentca9212a5c3eb206e84203eb8c5b00237b8c3b4f7 (diff)
downloadprebuilts_gcc_linux-x86_host_x86_64-linux-glibc2.17-4.8-b21b94e8ceb18f8f71f093d9ce377e72e3f2966e.tar.gz
prebuilts_gcc_linux-x86_host_x86_64-linux-glibc2.17-4.8-b21b94e8ceb18f8f71f093d9ce377e72e3f2966e.tar.bz2
prebuilts_gcc_linux-x86_host_x86_64-linux-glibc2.17-4.8-b21b94e8ceb18f8f71f093d9ce377e72e3f2966e.zip
Delete symlink to bionic's stdatomic.h. am: f26a67a6c1 am: 320b422ea7 am: ca9212a5c3
Change-Id: I744691899014f66669bdf38aaf7676bb2cc83f9e
-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