diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:20:22 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 14:39:49 +0900 |
| commit | ec6d0e82b8e4e24d5194d076becf4f3aced849f6 (patch) | |
| tree | 076a49ff19f50d6f80dc3f5de4a59d6f6ee26715 | |
| parent | 52ecb65b73ba4726e99e8cc2a43c9475fe7e786a (diff) | |
| download | libart-lgpl-r14.1.x.tar.gz libart-lgpl-r14.1.x.zip | |
Rename 'tde_setup_architecture_flags' to a more appropriate 'tde_setup_compiler_flags'r14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 80ad591b7b1f8576dc7b227631faba5f576ad395)
| -rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index c536d41..72f21cf 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -7,7 +7,7 @@ ########################################### # required stuff -tde_setup_architecture_flags( ) +tde_setup_compiler_flags( ) include(TestBigEndian) test_big_endian(WORDS_BIGENDIAN) |
