Merge "Remove -fstrict-aliasing from arm32." into main am: ff96fe1589 am: 4f31fc623d am: 1c20ecc192 am: 7daa03e9a3

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2646182

Change-Id: If1dbdc574b589a1adf74451c6397e099575275f0
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Elliott Hughes
2023-07-10 17:22:53 +00:00
committed by Automerger Merge Worker

View File

@@ -43,9 +43,7 @@ var (
armNoFixCortexA8LdFlags = []string{"-Wl,--no-fix-cortex-a8"} armNoFixCortexA8LdFlags = []string{"-Wl,--no-fix-cortex-a8"}
armArmCflags = []string{ armArmCflags = []string{}
"-fstrict-aliasing",
}
armThumbCflags = []string{ armThumbCflags = []string{
"-mthumb", "-mthumb",