Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
56962878
Commit
56962878
authored
Aug 17, 2017
by
Nathaniel Wesley Filardo
Committed by
Marcel Stör
Aug 17, 2017
Browse files
Makefile: add an optional compiler wrapper (#2066)
Use as 'make WRAPCC="ccache"', for example.
parent
fe032edd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
56962878
...
...
@@ -76,9 +76,9 @@ else
endif
CCFLAGS
+=
-ffunction-sections
-fno-jump-tables
-fdata-sections
AR
=
xtensa-lx106-elf-ar
CC
=
xtensa-lx106-elf-gcc
CC
=
$(WRAPCC)
xtensa-lx106-elf-gcc
NM
=
xtensa-lx106-elf-nm
CPP
=
xtensa-lx106-elf-
cpp
CPP
=
$(WRAPCC)
xtensa-lx106-elf-
gcc
-E
OBJCOPY
=
xtensa-lx106-elf-objcopy
FIRMWAREDIR
=
../bin/
UNAME_S
:=
$(
shell
uname
-s
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment