Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
92d95cc9
Commit
92d95cc9
authored
Jun 18, 2015
by
Daniel Campora
Browse files
cc3200: Remove --specs=nano.specs linker flag.
parent
7c61249a
Changes
1
Hide whitespace changes
Inline
Side-by-side
cc3200/Makefile
View file @
92d95cc9
...
...
@@ -21,7 +21,7 @@ CFLAGS = -Wall -Wpointer-arith -Werror -ansi -std=gnu99 -nostdlib $(CFLAGS_CORTE
CFLAGS
+=
-g
-ffunction-sections
-fdata-sections
-fno-common
-fsigned-char
-mno-unaligned-access
CFLAGS
+=
-Iboards
/
$(BOARD)
LDFLAGS
=
-Wl
,-nostdlib
-Wl
,--gc-sections
-Wl
,-Map
=
$@
.map
--specs
=
nano.specs
LDFLAGS
=
-Wl
,-nostdlib
-Wl
,--gc-sections
-Wl
,-Map
=
$@
.map
ifeq
($(BTARGET), application)
# qstr definitions (must come before including py.mk)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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