For the kernel build, there is no reason for ELF flags to be different
This commit is contained in:
parent
c35653cd05
commit
69081d6665
@ -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…
Reference in New Issue
Block a user