[PR #709] [MERGED] Cross compilation support #1358

Closed
opened 2026-01-29 20:53:41 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/709
Author: @stephenkyle-ARM
Created: 9/18/2018
Status: Merged
Merged: 9/27/2018
Merged by: @eustas

Base: masterHead: cross-compilation-support


📝 Commits (4)

  • adc8414 build: add cross-compilation support to make
  • 75970e6 build: add cross-compilation support to cmake
  • 1f2545a CI: add arm-linux-gnueabihf-gcc builder to Travis
  • 5a35e57 CI: propagate cmake errors out of .travis.sh

📊 Changes

8 files changed (+71 additions, -11 deletions)

View changed files

📝 .travis.yml (+14 -0)
📝 CMakeLists.txt (+28 -4)
📝 Makefile (+14 -2)
📝 scripts/.travis.sh (+3 -3)
📝 tests/compatibility_test.sh (+4 -1)
📝 tests/roundtrip_test.sh (+4 -1)
📝 tests/run-compatibility-test.cmake (+2 -0)
📝 tests/run-roundtrip-test.cmake (+2 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/google/brotli/pull/709 **Author:** [@stephenkyle-ARM](https://github.com/stephenkyle-ARM) **Created:** 9/18/2018 **Status:** ✅ Merged **Merged:** 9/27/2018 **Merged by:** [@eustas](https://github.com/eustas) **Base:** `master` ← **Head:** `cross-compilation-support` --- ### 📝 Commits (4) - [`adc8414`](https://github.com/google/brotli/commit/adc8414c18fbe7240622b6c4f88d0ff0fc4ed31d) build: add cross-compilation support to make - [`75970e6`](https://github.com/google/brotli/commit/75970e62e24da7cc76a446ac48e847fdf8ad6ff7) build: add cross-compilation support to cmake - [`1f2545a`](https://github.com/google/brotli/commit/1f2545a8c9eec4421205b174d394d8977f5d59f4) CI: add arm-linux-gnueabihf-gcc builder to Travis - [`5a35e57`](https://github.com/google/brotli/commit/5a35e57b053da26b09c02bdd18171058b302dc32) CI: propagate cmake errors out of .travis.sh ### 📊 Changes **8 files changed** (+71 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+14 -0) 📝 `CMakeLists.txt` (+28 -4) 📝 `Makefile` (+14 -2) 📝 `scripts/.travis.sh` (+3 -3) 📝 `tests/compatibility_test.sh` (+4 -1) 📝 `tests/roundtrip_test.sh` (+4 -1) 📝 `tests/run-compatibility-test.cmake` (+2 -0) 📝 `tests/run-roundtrip-test.cmake` (+2 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 20:53:41 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#1358