Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2004-06-17 23:33:27 +0400
committerJeff Johnston <jjohnstn@redhat.com>2004-06-17 23:33:27 +0400
commita8992cbacaad27d722805bf264f9f36b6d99e802 (patch)
tree7675e5c23ce4bb1485ae6a1b553f524c1655b8ca /libgloss/arm/Makefile.in
parent456afc5dd5baf49f093a8b8f111c992419aa2800 (diff)
2004-06-17 Jeff Johnston <jjohnstn@redhat.com>
* arm/configure.in: Check the value of newlib-may-supply-syscalls enablement variable to determine if crt0 should or should not be built. * arm/configure: Regenerated. * arm/Makefile.in: Changed to look at @BUILD_CRT0_TRUE@ and @BUILD_CRT0_FALSE@ variables set in configure to determine if crt0.o should be built and installed.
Diffstat (limited to 'libgloss/arm/Makefile.in')
-rw-r--r--libgloss/arm/Makefile.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/libgloss/arm/Makefile.in b/libgloss/arm/Makefile.in
index 7d5b0d99d..d7fee4dfb 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