(generated): Add start.os and start.ob.

This commit is contained in:
Andreas Jaeger 2005-01-03 17:57:14 +00:00
parent 37c6165db9
commit 95fa85907b

View File

@ -1,5 +1,5 @@
# Makefile for csu code for GNU C library. # Makefile for csu code for GNU C library.
# Copyright (C) 1995-2003, 2004 Free Software Foundation, Inc. # Copyright (C) 1995-2004, 2005 Free Software Foundation, Inc.
# This file is part of the GNU C Library. # This file is part of the GNU C Library.
# The GNU C Library is free software; you can redistribute it and/or # The GNU C Library is free software; you can redistribute it and/or
@ -54,11 +54,13 @@ include ../Makeconfig
ifeq (yes,$(build-shared)) ifeq (yes,$(build-shared))
extra-objs += S$(start-installed-name) extra-objs += S$(start-installed-name)
install-lib += S$(start-installed-name) install-lib += S$(start-installed-name)
generated += start.os
endif endif
ifeq (yes,$(build-bounded)) ifeq (yes,$(build-bounded))
extra-objs += b$(start-installed-name) extra-objs += b$(start-installed-name)
install-lib += b$(start-installed-name) install-lib += b$(start-installed-name)
generated += start.ob
endif endif
ifneq ($(start-installed-name),$(static-start-installed-name)) ifneq ($(start-installed-name),$(static-start-installed-name))