Commit graph

4 commits

Author SHA1 Message Date
Jordan Williams
75ff7952b9 ICU-22556 Prefer cc and c++ compilers
When building icu4c, it defaults to clang instead of gcc when the default compiler, cc / c++, is a symlink to gcc / g++.
This not the expected behavior when building C and C++ code.
It appears that this behavior was put in place originally for supporting C++11, which hopefully is no longer such a concern.
This PR adjusts the configure.ac for icu4c to prefer the cc and c++ compilers first.
2024-02-29 19:43:43 +01:00
Elango Cheran
400d97e7d2 ICU-22533 Update Maven CLI instructions for multi-module ICU4J
See #2791
2024-01-23 13:59:56 -08:00
Elango Cheran
2e9d1288dd ICU-22324 Add docs for Maven usage
See #2655
2023-10-05 13:43:38 -07:00
Elango Cheran
5435007e6a ICU-21697 Convert ICU Site pages to markdown for Github Pages
See #1785
2023-05-30 16:18:32 -07:00