mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
For the kernel build, there is no reason for ELF flags to be different
This commit is contained in:
parent
c35653cd05
commit
69081d6665
1 changed files with 2 additions and 2 deletions
|
|
@ -171,8 +171,8 @@ CXXPICFLAGS = $(ARCHPICFLAGS) $(CXXFLAGS)
|
|||
|
||||
# ELF module definitions
|
||||
|
||||
CELFFLAGS = $(CFLAGS) -mlong-calls # --target1-abs
|
||||
CXXELFFLAGS = $(CXXFLAGS) -mlong-calls # --target1-abs
|
||||
CELFFLAGS = $(CFLAGS)
|
||||
CXXELFFLAGS = $(CXXFLAGS)
|
||||
|
||||
# C Pre-processor
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue