From 69081d6665d20a82dc34c658bd3d766f0d103802 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 6 Sep 2014 10:31:17 -0600 Subject: [PATCH] For the kernel build, there is no reason for ELF flags to be different --- import/Make.defs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/import/Make.defs b/import/Make.defs index 4ac269f19..3506d6ea6 100644 --- a/import/Make.defs +++ b/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