Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c294779d authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Make aarch64 more like arm wrt strict-aliasing.

All thumb code compiles with -fno-strict-aliasing. Let's not make aarch64
porting any more difficult than it needs to be.

Change-Id: I94874df1217b69532c328d7c86c9961631ebde8a
parent 657eadd4
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -73,6 +73,9 @@ endif

TARGET_NO_UNDEFINED_LDFLAGS := -Wl,--no-undefined

TARGET_GLOBAL_CFLAGS += \
    -fno-strict-aliasing \

android_config_h := $(call select-android-config-h,linux-aarch64)

TARGET_GLOBAL_CFLAGS += \