diff options
Diffstat (limited to 'sysdeps/alpha/elf/Makefile')
-rw-r--r-- | sysdeps/alpha/elf/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/alpha/elf/Makefile b/sysdeps/alpha/elf/Makefile new file mode 100644 index 0000000000..db849bd9bf --- /dev/null +++ b/sysdeps/alpha/elf/Makefile @@ -0,0 +1,4 @@ +ifeq ($(subdir), csu) +extra-objs += crtbegin.o crtend.o +install-lib += crtbegin.o crtend.o +endif |