diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:05:11 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 14:02:50 +0900 |
| commit | f19a038bf231e14bde372df79a6d53ef9fde1240 (patch) | |
| tree | 49dbc11b3fb388d2eb7b784c7cd4ac4d5649610e | |
| parent | 8bfafb4350ac31055bdd01ace5fc279aac515140 (diff) | |
| download | dolphin-r14.1.x.tar.gz dolphin-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 2875f7a884fb5ec118e7da5ce687152e193c2b86)
| -rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 40dc38d..ede9e6a 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -12,7 +12,7 @@ # required stuff -tde_setup_architecture_flags( ) +tde_setup_compiler_flags( ) include(TestBigEndian) test_big_endian(WORDS_BIGENDIAN) |
