commit | 74886b21d45009ef63635abe5135736e17d82203 | [log] [tgz] |
---|---|---|
author | Abdirahim Musse <abdirahim.musse@ibm.com> | Wed May 07 02:25:04 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 07 02:25:04 2025 |
tree | 51bbbf933cc8528aa34ebbc3ea03ae9fa11b21ec | |
parent | 4a1b4e0b5869f98b41f5c96e5b9e4603d950b10e [diff] |
aix: add cflag to fix error building with gcc12 Added -fno-reorder-functions c flag to resolve link error when building with gcc12 For reference the error was: ``` "python3" "../../build/toolchain/gcc_link_wrapper.py" --output="./mksnapshot" -- g++ -Werror -pthread -maix64 -Wl,-bbigtoc -maix64 -pie -o "./mksnapshot" @" ./mksnapshot.rsp" -latomic -ldl obj/third_party/abseil-cpp/absl/base/throw_delegate/throw_delegate.o cannot be processed. RLD address 0xfa0 for section 1 (.text) is not contained in the section. ``` ld: 0711-547 SEVERE ERROR: Object collect2: error: ld returned 12 exit status Change-Id: Ia4a243c8abb55068b5ec808bf08b4ad8eef2f655 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6500922 Reviewed-by: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by: Takuto Ikuta <tikuta@chromium.org> Commit-Queue: Takuto Ikuta <tikuta@chromium.org> Cr-Commit-Position: refs/heads/main@{#1456711}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.