1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
#
# Makefile for PIC32 native library for Rust runtime
#
# A 'normal' GCC toolchain can be used as well for processing the assembly files
# rather than the ChipKit or XC32 toolchain. When using a 'normal' GCC toolchain,
# the object file patching with bbe is not needed.
# The "Quoted section flags are deprecated" warning from pic32-gcc can be
# ignored.
CC=
AR=
LIB =
CFLAGS =
OBJECTS =
DEPS =
: :
# bbe is used to fix the ELF header (which is incorrect when using pic32-gcc)
: : :
: