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

Commit a8bd38b0 authored by Yi Kong's avatar Yi Kong Committed by android-build-merger
Browse files

Merge "Remove workaround for cortex-a55/a75" am: bbabc7b6

am: 904ba56b

Change-Id: I9cc1af51c4db1a2b49e4bf212beb44be06b27a5b
parents 57773095 904ba56b
Loading
Loading
Loading
Loading
+3 −6
Original line number Diff line number Diff line
@@ -53,15 +53,12 @@ var (
			"-mcpu=cortex-a53",
		},
		"cortex-a55": []string{
			// The cortex-a55 target is not yet supported,
			// so use cortex-a53.
			"-mcpu=cortex-a53",
			"-mcpu=cortex-a55",
		},
		"cortex-a75": []string{
			// Use the cortex-a53 since it is similar to the little
			// Use the cortex-a55 since it is similar to the little
			// core (cortex-a55) and is sensitive to ordering.
			// The cortex-a55 target is not yet supported.
			"-mcpu=cortex-a53",
			"-mcpu=cortex-a55",
		},
		"kryo": []string{
			// Use the cortex-a57 cpu since some compilers
+2 −2
Original line number Diff line number Diff line
@@ -100,7 +100,7 @@ var (
			"-D__ARM_FEATURE_LPAE=1",
		},
		"cortex-a55": []string{
			"-mcpu=cortex-a53",
			"-mcpu=cortex-a55",
			"-mfpu=neon-fp-armv8",
			// Fake an ARM compiler flag as these processors support LPAE which GCC/clang
			// don't advertise.
@@ -109,7 +109,7 @@ var (
			"-D__ARM_FEATURE_LPAE=1",
		},
		"cortex-a75": []string{
			"-mcpu=cortex-a53",
			"-mcpu=cortex-a55",
			"-mfpu=neon-fp-armv8",
			// Fake an ARM compiler flag as these processors support LPAE which GCC/clang
			// don't advertise.