diff options
Diffstat (limited to 'mk')
-rw-r--r-- | mk/embedded.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/embedded.mk b/mk/embedded.mk index 16b2a52b..a4de9ab3 100644 --- a/mk/embedded.mk +++ b/mk/embedded.mk @@ -32,7 +32,7 @@ ifeq ($(ARCH),x86_64) GCCOPT += $(call gcc_ok,-march=x86-64) #let preferred-stack-boundary and incoming-stack-boundary be default(=4) # Somewhere down the line ld barfs requiring -fPIC - #GCCOPT += $(call gcc_ok,-fPIC) + GCCOPT += $(call gcc_ok,-fPIC) endif GCCOPT += $(call gcc_ok,-ffreestanding,) GCCOPT += $(call gcc_ok,-fno-stack-protector,) |