For the kernel build, there is no reason for ELF flags to be different

This commit is contained in:
Gregory Nutt 2014-09-06 10:31:17 -06:00
parent c35653cd05
commit 69081d6665

View File

@ -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