diff options
Diffstat (limited to 'csu/Makefile')
-rw-r--r-- | csu/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/csu/Makefile b/csu/Makefile index 9664821ec4..5888d1098e 100644 --- a/csu/Makefile +++ b/csu/Makefile @@ -81,6 +81,10 @@ $(objpfx)defs.h: $(objpfx)initfini.s endif +ifeq (yes,$(elf)) +extra-objs += abi-note.o +endif + include ../Rules define link-relocatable |