diff options
Diffstat (limited to 'libgloss/arm/Makefile.in')
-rw-r--r-- | libgloss/arm/Makefile.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libgloss/arm/Makefile.in b/libgloss/arm/Makefile.in index 7d5b0d9..d7fee4d 100644 --- a/libgloss/arm/Makefile.in +++ b/libgloss/arm/Makefile.in @@ -47,8 +47,10 @@ OBJCOPY = `if [ -f ${objroot}/../binutils/objcopy ] ; \ then echo ${objroot}/../binutils/objcopy ; \ else t='$(program_transform_name)'; echo objcopy | sed -e $$t ; fi` -CRT0 = crt0.o -CRT0_INSTALL = install-crt0 +@BUILD_CRT0_TRUE@CRT0 = crt0.o +@BUILD_CRT0_TRUE@CRT0_INSTALL = install-crt0 +@BUILD_CRT0_FALSE@CRT0 = +@BUILD_CRT0_FALSE@CRT0_INSTALL = REDBOOT_CRT0 = redboot-crt0.o REDBOOT_OBJS = redboot-syscalls.o |