mirror of
https://github.com/google/pebble.git
synced 2025-08-28 14:17:31 -04:00
Import of the watch repository from Pebble
This commit is contained in:
commit
3b92768480
10334 changed files with 2564465 additions and 0 deletions
0
third_party/nanopb/tests/site_scons/platforms/mips/__init__.py
vendored
Normal file
0
third_party/nanopb/tests/site_scons/platforms/mips/__init__.py
vendored
Normal file
11
third_party/nanopb/tests/site_scons/platforms/mips/mips.py
vendored
Normal file
11
third_party/nanopb/tests/site_scons/platforms/mips/mips.py
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
# Compiler settings for running the tests on mips-linux-gnu (big endian)
|
||||
# using qemu. Requires following packages to be installed:
|
||||
# gcc-mips-linux-gnu g++-mips-linux-gnu qemu-user
|
||||
|
||||
def set_mips_platform(env):
|
||||
env.Replace(EMBEDDED = "MIPS")
|
||||
env.Replace(CC = "mips-linux-gnu-gcc",
|
||||
CXX = "mips-linux-gnu-g++")
|
||||
env.Replace(TEST_RUNNER = "/usr/bin/qemu-mips")
|
||||
env.Append(LINKFLAGS = "-static")
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue