summaryrefslogtreecommitdiff
path: root/apps/import
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-06 10:31:17 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-06 10:31:17 -0600
commit8aabf57b45b523cbcc96c979826a8f809cd7bd73 (patch)
tree1a501fb309d205c587ec50e54e3c124d1303d7f9 /apps/import
parent66c3d66d846c1944bce9192f5898e01133d7f722 (diff)
downloadnuttx-8aabf57b45b523cbcc96c979826a8f809cd7bd73.tar.gz
nuttx-8aabf57b45b523cbcc96c979826a8f809cd7bd73.tar.bz2
nuttx-8aabf57b45b523cbcc96c979826a8f809cd7bd73.zip
For the kernel build, there is no reason for ELF flags to be different
Diffstat (limited to 'apps/import')
-rw-r--r--apps/import/Make.defs4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/import/Make.defs b/apps/import/Make.defs
index 4ac269f19..3506d6ea6 100644
--- a/apps/import/Make.defs
+++ b/apps/import/Make.defs
@@ -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