3 # Copyright (C) 2005, 2006, 2009, 2010, 2011 Free Software Foundation
5 # This file is part of GCC.
7 # GCC is free software; you can redistribute it and/or modify it under the
8 # terms of the GNU Library General Public License as published by the Free
9 # Software Foundation; either version 3 of the License, or (at your option)
12 # GCC is distributed in the hope that it will be useful, but WITHOUT ANY
13 # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
14 # FOR A PARTICULAR PURPOSE. See the GNU General Public License for
17 # You should have received a copy of the GNU General Public License along
18 # with GCC; see the file COPYING3. If not see
19 # <http://www.gnu.org/licenses/>.
22 libgcc_topdir
= @libgcc_topdir@
23 host_subdir
= @host_subdir@
25 gcc_srcdir
= $(libgcc_topdir
)/gcc
26 gcc_objdir
= $(MULTIBUILDTOP
)..
/..
/$(host_subdir
)/gcc
32 exec_prefix = @
exec_prefix@
34 shlib_slibdir
= @slibdir@
39 enable_shared
= @enable_shared@
40 double_type_size
= @double_type_size@
41 long_double_type_size
= @long_double_type_size@
42 decimal_float
= @decimal_float@
43 enable_decimal_float
= @enable_decimal_float@
44 fixed_point
= @fixed_point@
46 host_noncanonical
= @host_noncanonical@
47 target_noncanonical
= @target_noncanonical@
49 # List of extra object files that should be compiled for this target machine.
50 # The rules for compiling them should be in the t-* file for the machine.
51 EXTRA_PARTS
= @extra_parts@
53 # Multilib support variables.
62 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
63 INSTALL_DATA
= @INSTALL_DATA@
64 mkinstalldirs
= $(SHELL
) $(libgcc_topdir
)/mkinstalldirs
76 PWD_COMMAND
= $${PWDCMD-pwd
}
78 # Flags to pass to a recursive make.
81 "AR_FLAGS=$(AR_FLAGS)" \
84 "DESTDIR=$(DESTDIR)" \
85 "EXTRA_OFILES=$(EXTRA_OFILES)" \
86 "HDEFINES=$(HDEFINES)" \
87 "INSTALL=$(INSTALL)" \
88 "INSTALL_DATA=$(INSTALL_DATA)" \
89 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
90 "LDFLAGS=$(LDFLAGS)" \
91 "LOADLIBES=$(LOADLIBES)" \
95 "exec_prefix=$(exec_prefix)" \
97 "libsubdir=$(libsubdir)" \
100 # Dependencies for "all" are set later in the file.
102 # Now that we have built all the objects, we need to copy
103 # them back to the GCC directory. Too many things (other
104 # in-tree libraries, and DejaGNU) know about the layout
105 # of the build tree, for now.
106 $(MAKE
) install-leaf DESTDIR
=$(gcc_objdir
) \
107 slibdir
= libsubdir
= MULTIOSDIR
=$(MULTIDIR
)
111 # If this is the top-level multilib, build all the other
113 @
: $(MAKE
) ; exec
$(MULTIDO
) $(FLAGS_TO_PASS
) multi-do DO
=all
115 .PHONY
: check installcheck
122 -rm -f config.h stamp-h stmp-ldirs libgcc.map
126 -rm -f libunwind
$(SHLIB_EXT
)
128 @
$(MULTICLEAN
) multi-clean DO
=clean
130 @
$(MULTICLEAN
) multi-clean DO
=distclean
131 -rm -f
*~ Makefile config.cache config.status multilib.out
133 maintainer-clean
realclean: distclean
135 Makefile
: $(srcdir)/Makefile.in config.status
136 CONFIG_FILES
=Makefile CONFIG_HEADERS
= $(SHELL
) .
/config.status
138 # Depending on Makefile makes sure that config.status has been re-run
139 # if needed. This prevents problems with parallel builds.
140 config.h
: stamp-h
; @true
141 stamp-h
: $(srcdir)/config.in config.status Makefile
142 CONFIG_FILES
= CONFIG_HEADERS
=config.h
:$(srcdir)/config.in
$(SHELL
) .
/config.status
144 config.status
: $(srcdir)/configure
$(srcdir)/config.host
145 $(SHELL
) .
/config.status
--recheck
149 $(srcdir)/..
/config
/enable.m4 \
150 $(srcdir)/..
/config
/tls.m4 \
151 $(srcdir)/..
/config
/acx.m4 \
152 $(srcdir)/..
/config
/no-executables.m4 \
153 $(srcdir)/..
/config
/override.m4 \
154 $(srcdir)/..
/config
/dfp.m4 \
156 $(srcdir)/configure
: @MAINT@
$(srcdir)/configure.ac
$(configure_deps
)
157 cd
$(srcdir) && $(AUTOCONF
)
159 include $(gcc_objdir
)/libgcc.mvars
161 # Flags to pass to recursive makes.
163 AR_FOR_TARGET
= $(AR
)
164 AR_FLAGS_FOR_TARGET
=
165 AR_CREATE_FOR_TARGET
= $(AR_FOR_TARGET
) $(AR_FLAGS_FOR_TARGET
) rc
166 AR_EXTRACT_FOR_TARGET
= $(AR_FOR_TARGET
) $(AR_FLAGS_FOR_TARGET
) x
168 GCC_FOR_TARGET
= $(CC
)
170 LIPO_FOR_TARGET
= $(LIPO
)
171 MACHMODE_H
= machmode.h mode-classes.def insn-modes.h
173 NM_FOR_TARGET
= $(NM
)
174 RANLIB_FOR_TARGET
= $(RANLIB
)
176 STRIP_FOR_TARGET
= $(STRIP
)
178 # Directory in which the compiler finds libraries etc.
179 libsubdir
= $(libdir)/gcc
/$(host_noncanonical
)/$(version
)
180 # Used to install the shared libgcc.
182 # Maybe used for DLLs on Windows targets.
183 toolexecdir
= @toolexecdir@
184 toolexeclibdir
= @toolexeclibdir@
187 export AR_CREATE_FOR_TARGET
188 export AR_FLAGS_FOR_TARGET
189 export AR_EXTRACT_FOR_TARGET
192 export GCC_FOR_TARGET
196 export LIBGCC2_CFLAGS
197 export LIPO_FOR_TARGET
200 export STRIP_FOR_TARGET
201 export RANLIB_FOR_TARGET
205 export toolexeclibdir
207 version
:= $(shell $(CC
) -dumpversion
)
209 ifeq ($(decimal_float
),yes
)
210 ifeq ($(enable_decimal_float
),bid
)
211 DECNUMINC
= -I
$(srcdir)/config
/libbid
-DENABLE_DECIMAL_BID_FORMAT
213 DECNUMINC
= -I
$(srcdir)/..
/libdecnumber
/$(enable_decimal_float
) \
214 -I
$(srcdir)/..
/libdecnumber
220 # Specify the directories to be searched for header files.
221 # Both . and srcdir are used, in that order,
222 # so that *config.h will be found in the compilation
223 # subdirectory rather than in the source directory.
224 # -I$(@D) and -I$(srcdir)/$(@D) cause the subdirectory of the file
225 # currently being compiled, in both source trees, to be examined as well.
226 INCLUDES
= -I.
-I
$(@D
) -I
$(gcc_objdir
) \
227 -I
$(srcdir) -I
$(srcdir)/$(@D
) -I
$(srcdir)/..
/gcc \
228 -I
$(srcdir)/..
/include $(DECNUMINC
)
230 # Forcibly remove any profiling-related flags. There is no point
231 # in supporting profiled bootstrap in this library.
232 override CFLAGS
:= $(filter-out -fprofile-generate
-fprofile-use
,$(CFLAGS
))
234 # CFLAGS first is not perfect; normally setting CFLAGS should override any
235 # options in LIBGCC2_CFLAGS. But LIBGCC2_CFLAGS may contain -g0, and CFLAGS
236 # will usually contain -g, so for the moment CFLAGS goes first. We must
237 # include CFLAGS - that's where multilib options live.
238 INTERNAL_CFLAGS
= $(CFLAGS
) $(LIBGCC2_CFLAGS
) $(HOST_LIBGCC2_CFLAGS
) \
239 $(INCLUDES
) @set_have_cc_tls@ @set_use_emutls@
241 MULTIDIR
:= $(shell $(CC
) $(CFLAGS
) -print-multi-directory
)
242 MULTIOSDIR
:= $(shell $(CC
) $(CFLAGS
) -print-multi-os-directory
)
244 MULTIOSSUBDIR
:= $(shell if
test $(MULTIOSDIR
) != .
; then echo
/$(MULTIOSDIR
); fi
)
245 inst_libdir
= $(libsubdir
)$(MULTISUBDIR
)
246 inst_slibdir
= $(slibdir
)$(MULTIOSSUBDIR
)
248 gcc_compile_bare
= $(CC
) $(INTERNAL_CFLAGS
)
249 compile_deps
= -MT
$@
-MD
-MP
-MF
$(basename $@
).dep
250 gcc_compile
= $(gcc_compile_bare
) -o
$@
$(compile_deps
)
251 gcc_s_compile
= $(gcc_compile
) -DSHARED
253 objects
= $(filter %$(objext
),$^
)
255 # Collect any host-specific information from Makefile fragments.
257 LIBGCC_VER_GNU_PREFIX
= __
258 LIBGCC_VER_FIXEDPOINT_GNU_PREFIX
= __
259 LIBGCC_VER_SYMBOLS_PREFIX
=
261 FPBIT_FUNCS
= _pack_sf _unpack_sf _addsub_sf _mul_sf _div_sf \
262 _fpcmp_parts_sf _compare_sf _eq_sf _ne_sf _gt_sf _ge_sf \
263 _lt_sf _le_sf _unord_sf _si_to_sf _sf_to_si _negate_sf _make_sf \
264 _sf_to_df _sf_to_tf _thenan_sf _sf_to_usi _usi_to_sf
266 DPBIT_FUNCS
= _pack_df _unpack_df _addsub_df _mul_df _div_df \
267 _fpcmp_parts_df _compare_df _eq_df _ne_df _gt_df _ge_df \
268 _lt_df _le_df _unord_df _si_to_df _df_to_si _negate_df _make_df \
269 _df_to_sf _df_to_tf _thenan_df _df_to_usi _usi_to_df
271 TPBIT_FUNCS
= _pack_tf _unpack_tf _addsub_tf _mul_tf _div_tf \
272 _fpcmp_parts_tf _compare_tf _eq_tf _ne_tf _gt_tf _ge_tf \
273 _lt_tf _le_tf _unord_tf _si_to_tf _tf_to_si _negate_tf _make_tf \
274 _tf_to_df _tf_to_sf _thenan_tf _tf_to_usi _usi_to_tf
276 # Additional sources to handle exceptions; overridden by targets as needed.
277 LIB2ADDEH
= $(srcdir)/unwind-dw2.c
$(srcdir)/unwind-dw2-fde.c \
278 $(srcdir)/unwind-sjlj.c
$(srcdir)/unwind-c.c
279 LIB2ADDEHSTATIC
= $(LIB2ADDEH
)
280 LIB2ADDEHSHARED
= $(LIB2ADDEH
)
282 # Don't build libunwind by default.
285 SHLIBUNWIND_INSTALL
=
287 tmake_file
= @tmake_file@
288 include $(srcdir)/empty.mk
$(tmake_file
)
290 # Only handle shared libraries if both:
291 # - the user requested them
292 # - we know how to build them
293 ifeq ($(SHLIB_LINK
),)
297 ifeq ($(enable_shared
),yes
)
298 iterator
= $(srcdir)/empty.mk
$(patsubst %,$(srcdir)/shared-object.mk
,$(iter-items
))
300 install-shared
= install-shared
302 ifneq ($(LIBUNWIND
),)
303 install-libunwind
= install-libunwind
306 # For -fvisibility=hidden. We need both a -fvisibility=hidden on
307 # the command line, and a #define to prevent libgcc2.h etc from
308 # overriding that with #pragmas.
309 vis_hide
= @vis_hide@
313 # If we have -fvisibility=hidden, then we need to generate hide
314 # lists for object files implemented in assembly.
315 ASM_HIDDEN_OP
= @asm_hidden_op@
319 $(AWK
) 'NF == 3 && $$2 !~ /^[UN]$$/ && $$3 !~ /.*_compat/ \
321 { print "\t$(ASM_HIDDEN_OP)", $$3 }' > $@T
325 gen-hide-list
= echo
> $@
330 iterator
= $(srcdir)/empty.mk
$(patsubst %,$(srcdir)/static-object.mk
,$(iter-items
))
332 gen-hide-list
= echo
> \
$@
335 ifneq ($(EXTRA_PARTS
),)
336 extra-parts
= libgcc-extra-parts
337 INSTALL_PARTS
= $(EXTRA_PARTS
)
339 ifneq ($(GCC_EXTRA_PARTS
),)
340 extra-parts
= gcc-extra-parts
341 INSTALL_PARTS
= $(GCC_EXTRA_PARTS
)
345 LIB2ADD
+= enable-execute-stack.c
347 LIB2ADDEH
+= $(srcdir)/emutls.c
348 LIB2ADDEHSTATIC
+= $(srcdir)/emutls.c
349 LIB2ADDEHSHARED
+= $(srcdir)/emutls.c
351 # Library members defined in libgcc2.c.
352 lib2funcs
= _muldi3 _negdi2 _lshrdi3 _ashldi3 _ashrdi3 _cmpdi2 _ucmpdi2 \
353 _clear_cache _trampoline __main _absvsi2 \
354 _absvdi2 _addvsi3 _addvdi3 _subvsi3 _subvdi3 _mulvsi3 _mulvdi3 \
355 _negvsi2 _negvdi2 _ctors _ffssi2 _ffsdi2 _clz _clzsi2 _clzdi2 \
356 _ctzsi2 _ctzdi2 _popcount_tab _popcountsi2 _popcountdi2 \
357 _paritysi2 _paritydi2 _powisf2 _powidf2 _powixf2 _powitf2 \
358 _mulsc3 _muldc3 _mulxc3 _multc3 _divsc3 _divdc3 _divxc3 \
359 _divtc3 _bswapsi2 _bswapdi2 _clrsbsi2 _clrsbdi2
361 # The floating-point conversion routines that involve a single-word integer.
362 # XX stands for the integer mode.
363 swfloatfuncs
= $(patsubst %,_fixuns
%XX
,sf df xf
)
365 # Likewise double-word routines.
366 dwfloatfuncs
= $(patsubst %,_fix
%XX
,sf df xf tf
) \
367 $(patsubst %,_fixuns
%XX
,sf df xf tf
) \
368 $(patsubst %,_floatXX
%,sf df xf tf
) \
369 $(patsubst %,_floatunXX
%,sf df xf tf
)
371 ifeq ($(LIB2_SIDITI_CONV_FUNCS
),)
372 lib2funcs
+= $(subst XX
,si
,$(swfloatfuncs
))
373 lib2funcs
+= $(subst XX
,di
,$(dwfloatfuncs
))
376 # These might cause a divide overflow trap and so are compiled with
378 LIB2_DIVMOD_FUNCS
= _divdi3 _moddi3 _udivdi3 _umoddi3 _udiv_w_sdiv _udivmoddi4
380 # Remove any objects from lib2funcs and LIB2_DIVMOD_FUNCS that are
381 # defined as optimized assembly code in LIB1ASMFUNCS or as C code
382 # in LIB2FUNCS_EXCLUDE.
383 lib2funcs
:= $(filter-out $(LIB2FUNCS_EXCLUDE
) $(LIB1ASMFUNCS
),$(lib2funcs
))
384 LIB2_DIVMOD_FUNCS
:= $(filter-out $(LIB2FUNCS_EXCLUDE
) $(LIB1ASMFUNCS
), \
385 $(LIB2_DIVMOD_FUNCS
))
387 # Build "libgcc1" (assembly) components.
388 ifeq ($(enable_shared
),yes
)
390 lib1asmfuncs-o
= $(patsubst %,%$(objext
),$(LIB1ASMFUNCS
))
391 $(lib1asmfuncs-o
): %$(objext
): $(gcc_srcdir
)/config
/$(LIB1ASMSRC
) %.vis
392 $(gcc_compile
) -DL
$* -xassembler-with-cpp \
393 -c
$(gcc_srcdir
)/config
/$(LIB1ASMSRC
) -include $*.vis
394 $(patsubst %,%.vis
,$(LIB1ASMFUNCS
)): %.vis
: %_s
$(objext
)
396 libgcc-objects
+= $(lib1asmfuncs-o
)
398 lib1asmfuncs-s-o
= $(patsubst %,%_s
$(objext
),$(LIB1ASMFUNCS
))
399 $(lib1asmfuncs-s-o
): %_s
$(objext
): $(gcc_srcdir
)/config
/$(LIB1ASMSRC
)
400 $(gcc_s_compile
) -DL
$* -xassembler-with-cpp \
401 -c
$(gcc_srcdir
)/config
/$(LIB1ASMSRC
)
402 libgcc-s-objects
+= $(lib1asmfuncs-s-o
)
406 lib1asmfuncs-o
= $(patsubst %,%$(objext
),$(LIB1ASMFUNCS
))
407 $(lib1asmfuncs-o
): %$(objext
): $(gcc_srcdir
)/config
/$(LIB1ASMSRC
)
408 $(gcc_compile
) -DL
$* -xassembler-with-cpp \
409 -c
$(gcc_srcdir
)/config
/$(LIB1ASMSRC
)
410 libgcc-objects
+= $(lib1asmfuncs-o
)
414 # Build lib2funcs. For the static library also include LIB2FUNCS_ST.
415 lib2funcs-o
= $(patsubst %,%$(objext
),$(lib2funcs
) $(LIB2FUNCS_ST
))
416 $(lib2funcs-o
): %$(objext
): $(gcc_srcdir
)/libgcc2.c
417 $(gcc_compile
) -DL
$* -c
$(gcc_srcdir
)/libgcc2.c \
419 libgcc-objects
+= $(lib2funcs-o
)
421 ifeq ($(enable_shared
),yes
)
422 lib2funcs-s-o
= $(patsubst %,%_s
$(objext
),$(lib2funcs
))
423 $(lib2funcs-s-o
): %_s
$(objext
): $(gcc_srcdir
)/libgcc2.c
424 $(gcc_s_compile
) -DL
$* -c
$(gcc_srcdir
)/libgcc2.c
425 libgcc-s-objects
+= $(lib2funcs-s-o
)
428 ifneq ($(LIB2_SIDITI_CONV_FUNCS
),)
429 # Build libgcc2.c for each conversion function, with a specific
430 # L<func> definition and LIBGCC2_UNITS_PER_WORD setting. The DImode
431 # functions are built with a wordsize of 4; the TImode functions are
432 # built with the same labels, but a wordsize of 8.
434 sifuncs
:= $(filter-out $(LIB2FUNCS_EXCLUDE
),$(subst XX
,si
,$(swfloatfuncs
)))
435 difuncs
:= $(filter-out $(LIB2FUNCS_EXCLUDE
),$(subst XX
,di
,$(dwfloatfuncs
)))
436 tifuncs
:= $(filter-out $(LIB2FUNCS_EXCLUDE
),$(subst XX
,ti
,$(dwfloatfuncs
)))
438 iter-items
:= $(sifuncs
) $(difuncs
) $(tifuncs
)
439 iter-labels
:= $(sifuncs
) $(difuncs
) $(difuncs
)
440 iter-sizes
:= $(patsubst %,4,$(sifuncs
) $(difuncs
)) $(patsubst %,8,$(tifuncs
))
442 include $(srcdir)/empty.mk
$(patsubst %,$(srcdir)/siditi-object.mk
,$(iter-items
))
444 libgcc-objects
+= $(patsubst %,%$(objext
),$(sifuncs
) $(difuncs
) $(tifuncs
))
445 ifeq ($(enable_shared
),yes
)
446 libgcc-s-objects
+= $(patsubst %,%_s
$(objext
),$(sifuncs
) $(difuncs
) $(tifuncs
))
450 # Build LIB2_DIVMOD_FUNCS.
451 lib2-divmod-o
= $(patsubst %,%$(objext
),$(LIB2_DIVMOD_FUNCS
))
452 $(lib2-divmod-o
): %$(objext
): $(gcc_srcdir
)/libgcc2.c
453 $(gcc_compile
) -DL
$* -c
$(gcc_srcdir
)/libgcc2.c \
454 -fexceptions
-fnon-call-exceptions
$(vis_hide
)
455 libgcc-objects
+= $(lib2-divmod-o
)
457 ifeq ($(enable_shared
),yes
)
458 lib2-divmod-s-o
= $(patsubst %,%_s
$(objext
),$(LIB2_DIVMOD_FUNCS
))
459 $(lib2-divmod-s-o
): %_s
$(objext
): $(gcc_srcdir
)/libgcc2.c
460 $(gcc_s_compile
) -DL
$* -c
$(gcc_srcdir
)/libgcc2.c \
461 -fexceptions
-fnon-call-exceptions
462 libgcc-s-objects
+= $(lib2-divmod-s-o
)
466 # _sf_to_tf and _df_to_tf require tp-bit.c being compiled in.
467 FPBIT_FUNCS
:= $(filter-out _sf_to_tf
,$(FPBIT_FUNCS
))
468 DPBIT_FUNCS
:= $(filter-out _df_to_tf
,$(DPBIT_FUNCS
))
471 fpbit-src
:= $(srcdir)/fp-bit.c
475 fpbit-o
= $(patsubst %,%$(objext
),$(FPBIT_FUNCS
))
476 $(fpbit-o
): %$(objext
): $(fpbit-src
)
477 $(gcc_compile
) -DFINE_GRAINED_LIBRARIES
-DL
$* -DFLOAT
$(FPBIT_CFLAGS
) -c
$< $(vis_hide
)
478 libgcc-objects
+= $(fpbit-o
)
480 ifeq ($(enable_shared
),yes
)
481 fpbit-s-o
= $(patsubst %,%_s
$(objext
),$(FPBIT_FUNCS
))
482 $(fpbit-s-o
): %_s
$(objext
): $(fpbit-src
)
483 $(gcc_s_compile
) -DFINE_GRAINED_LIBRARIES
-DL
$* -DFLOAT
$(FPBIT_CFLAGS
) -c
$<
484 libgcc-s-objects
+= $(fpbit-s-o
)
490 dpbit-o
= $(patsubst %,%$(objext
),$(DPBIT_FUNCS
))
491 $(dpbit-o
): %$(objext
): $(fpbit-src
)
492 $(gcc_compile
) -DFINE_GRAINED_LIBRARIES
-DL
$* $(DPBIT_CFLAGS
) -c
$< $(vis_hide
)
493 libgcc-objects
+= $(dpbit-o
)
495 ifeq ($(enable_shared
),yes
)
496 dpbit-s-o
= $(patsubst %,%_s
$(objext
),$(DPBIT_FUNCS
))
497 $(dpbit-s-o
): %_s
$(objext
): $(fpbit-src
)
498 $(gcc_s_compile
) -DFINE_GRAINED_LIBRARIES
-DL
$* $(DPBIT_CFLAGS
) -c
$<
499 libgcc-s-objects
+= $(dpbit-s-o
)
505 tpbit-o
= $(patsubst %,%$(objext
),$(TPBIT_FUNCS
))
506 $(tpbit-o
): %$(objext
): $(fpbit-src
)
507 $(gcc_compile
) -DFINE_GRAINED_LIBRARIES
-DL
$* -DTFLOAT
$(TPBIT_CFLAGS
) -c
$< $(vis_hide
)
508 libgcc-objects
+= $(tpbit-o
)
510 ifeq ($(enable_shared
),yes
)
511 tpbit-s-o
= $(patsubst %,%_s
$(objext
),$(TPBIT_FUNCS
))
512 $(tpbit-s-o
): %_s
$(objext
): $(fpbit-src
)
513 $(gcc_s_compile
) -DFINE_GRAINED_LIBRARIES
-DL
$* -DTFLOAT
$(TPBIT_CFLAGS
) -c
$<
514 libgcc-s-objects
+= $(tpbit-s-o
)
518 # Build decimal floating point support.
519 ifeq ($(decimal_float
),yes
)
521 # If $DFP_ENABLE is set, then we want all data type sizes.
522 ifneq ($(DFP_ENABLE
),)
529 ifneq ($(D32PBIT
)$(D64PBIT
)$(D128PBIT
),)
530 ifeq ($(enable_decimal_float
),bid
)
531 dfp-filenames
+= bid_decimal_globals bid_decimal_data \
532 bid_binarydecimal bid_convert_data \
533 _isinfd32 _isinfd64 _isinfd128 bid64_noncomp \
534 bid128_noncomp bid128_fma bid_round bid_from_int \
535 bid64_add bid128_add bid64_div bid128_div \
536 bid64_mul bid128_mul bid64_compare bid128_compare \
537 bid128 bid32_to_bid64 bid32_to_bid128 bid64_to_bid128 \
538 bid64_to_int32 bid64_to_int64 \
539 bid64_to_uint32 bid64_to_uint64 \
540 bid128_to_int32 bid128_to_int64 \
541 bid128_to_uint32 bid128_to_uint64
543 dfp-filenames
+= decContext decNumber decExcept decRound decLibrary decDouble decPacked decQuad decSingle
547 dfp-objects
= $(patsubst %,%$(objext
),$(dfp-filenames
))
548 ifeq ($(enable_decimal_float
),bid
)
549 $(dfp-objects
): %$(objext
): $(srcdir)/config
/libbid
/%.c
551 $(dfp-objects
): %$(objext
): $(srcdir)/..
/libdecnumber
/%.c
554 libgcc-objects
+= $(dfp-objects
)
557 ifneq ($(enable_decimal_float
),bid
)
559 decbits-filenames
+= decimal32
563 decbits-filenames
+= decimal64
567 decbits-filenames
+= decimal128
571 decbits-objects
= $(patsubst %,%$(objext
),$(decbits-filenames
))
572 ifeq ($(enable_decimal_float
),bid
)
573 $(decbits-objects
): %$(objext
): $(srcdir)/config
/libbid
/%.c
575 $(decbits-objects
): %$(objext
): $(srcdir)/..
/libdecnumber
/$(enable_decimal_float
)/%.c
578 libgcc-objects
+= $(decbits-objects
)
580 # Next build individual support functions.
581 D32PBIT_FUNCS
= _addsub_sd _div_sd _mul_sd _plus_sd _minus_sd \
582 _eq_sd _ne_sd _lt_sd _gt_sd _le_sd _ge_sd \
583 _sd_to_si _sd_to_di _sd_to_usi _sd_to_udi \
584 _si_to_sd _di_to_sd _usi_to_sd _udi_to_sd \
585 _sd_to_sf _sd_to_df _sd_to_xf _sd_to_tf \
586 _sf_to_sd _df_to_sd _xf_to_sd _tf_to_sd \
587 _sd_to_dd _sd_to_td _unord_sd _conv_sd
589 D64PBIT_FUNCS
= _addsub_dd _div_dd _mul_dd _plus_dd _minus_dd \
590 _eq_dd _ne_dd _lt_dd _gt_dd _le_dd _ge_dd \
591 _dd_to_si _dd_to_di _dd_to_usi _dd_to_udi \
592 _si_to_dd _di_to_dd _usi_to_dd _udi_to_dd \
593 _dd_to_sf _dd_to_df _dd_to_xf _dd_to_tf \
594 _sf_to_dd _df_to_dd _xf_to_dd _tf_to_dd \
595 _dd_to_sd _dd_to_td _unord_dd _conv_dd
597 D128PBIT_FUNCS
= _addsub_td _div_td _mul_td _plus_td _minus_td \
598 _eq_td _ne_td _lt_td _gt_td _le_td _ge_td \
599 _td_to_si _td_to_di _td_to_usi _td_to_udi \
600 _si_to_td _di_to_td _usi_to_td _udi_to_td \
601 _td_to_sf _td_to_df _td_to_xf _td_to_tf \
602 _sf_to_td _df_to_td _xf_to_td _tf_to_td \
603 _td_to_sd _td_to_dd _unord_td _conv_td
605 ifeq ($(enable_decimal_float
),bid
)
607 D32PBIT_FUNCS
:=$(filter-out _plus_sd _minus_sd _conv_sd
, $(D32PBIT_FUNCS
))
611 D64PBIT_FUNCS
:=$(filter-out _plus_dd _minus_dd _conv_dd
, $(D64PBIT_FUNCS
))
615 D128PBIT_FUNCS
:=$(filter-out _plus_td _minus_td _conv_td
, $(D128PBIT_FUNCS
))
620 d32pbit-o
= $(patsubst %,%$(objext
),$(D32PBIT_FUNCS
))
621 ifeq ($(enable_decimal_float
),bid
)
622 $(d32pbit-o
): %$(objext
): $(srcdir)/config
/libbid
/%.c
624 $(d32pbit-o
): %$(objext
): $(srcdir)/dfp-bit.c
626 $(gcc_compile
) -DFINE_GRAINED_LIBRARIES
-DL
$* -DWIDTH
=32 -c
$<
627 libgcc-objects
+= $(d32pbit-o
)
631 d64pbit-o
= $(patsubst %,%$(objext
),$(D64PBIT_FUNCS
))
632 ifeq ($(enable_decimal_float
),bid
)
633 $(d64pbit-o
): %$(objext
): $(srcdir)/config
/libbid
/%.c
635 $(d64pbit-o
): %$(objext
): $(srcdir)/dfp-bit.c
637 $(gcc_compile
) -DFINE_GRAINED_LIBRARIES
-DL
$* -DWIDTH
=64 -c
$<
638 libgcc-objects
+= $(d64pbit-o
)
642 d128pbit-o
= $(patsubst %,%$(objext
),$(D128PBIT_FUNCS
))
643 ifeq ($(enable_decimal_float
),bid
)
644 $(d128pbit-o
): %$(objext
): $(srcdir)/config
/libbid
/%.c
646 $(d128pbit-o
): %$(objext
): $(srcdir)/dfp-bit.c
648 $(gcc_compile
) -DFINE_GRAINED_LIBRARIES
-DL
$* -DWIDTH
=128 -c
$<
649 libgcc-objects
+= $(d128pbit-o
)
655 libgcc-sync-size-funcs
:= $(foreach op
, add sub or and xor nand
, \
656 sync_fetch_and_
$(op
) \
657 sync_
$(op
)_and_fetch
) \
658 sync_bool_compare_and_swap \
659 sync_val_compare_and_swap \
660 sync_lock_test_and_set
662 libgcc-sync-size-funcs
:= $(foreach prefix, $(libgcc-sync-size-funcs
), \
663 $(foreach suffix, 1 2 4 8 16, \
664 $(prefix)_
$(suffix)))
666 libgcc-sync-size-funcs-o
= $(patsubst %,%$(objext
),$(libgcc-sync-size-funcs
))
667 $(libgcc-sync-size-funcs-o
): %$(objext
): $(srcdir)/sync.c
668 $(gcc_compile
) $(SYNC_CFLAGS
) \
669 -DFN
=`echo "$*" | sed 's/_[^_]*$$//'` \
670 -DSIZE
=`echo "$*" | sed 's/.*_//'` \
672 libgcc-objects
+= $(libgcc-sync-size-funcs-o
)
674 libgcc-sync-funcs
:= sync_synchronize
676 libgcc-sync-funcs-o
= $(patsubst %,%$(objext
),$(libgcc-sync-funcs
))
677 $(libgcc-sync-funcs-o
): %$(objext
): $(srcdir)/sync.c
678 $(gcc_compile
) $(SYNC_CFLAGS
) \
681 libgcc-objects
+= $(libgcc-sync-funcs-o
)
683 ifeq ($(enable_shared
),yes
)
684 libgcc-sync-size-funcs-s-o
= $(patsubst %,%_s
$(objext
), \
685 $(libgcc-sync-size-funcs
))
686 $(libgcc-sync-size-funcs-s-o
): %_s
$(objext
): $(srcdir)/sync.c
687 $(gcc_s_compile
) $(SYNC_CFLAGS
) \
688 -DFN
=`echo "$*" | sed 's/_[^_]*$$//'` \
689 -DSIZE
=`echo "$*" | sed 's/.*_//'` \
691 libgcc-s-objects
+= $(libgcc-sync-size-funcs-s-o
)
693 libgcc-sync-funcs-s-o
= $(patsubst %,%_s
$(objext
),$(libgcc-sync-funcs
))
694 $(libgcc-sync-funcs-s-o
): %_s
$(objext
): $(srcdir)/sync.c
695 $(gcc_s_compile
) $(SYNC_CFLAGS
) \
698 libgcc-s-objects
+= $(libgcc-sync-funcs-s-o
)
702 # Build fixed-point support.
703 ifeq ($(fixed_point
),yes
)
705 # Generate permutations of function name and mode
706 fixed-labels
:= $(shell $(SHELL
) $(srcdir)/gen-fixed.sh arith labels
)
707 fixed-funcs
:= $(shell $(SHELL
) $(srcdir)/gen-fixed.sh arith funcs
)
708 fixed-modes
:= $(shell $(SHELL
) $(srcdir)/gen-fixed.sh arith modes
)
710 # Generate the rules for each arithmetic function
711 iter-items
:= $(fixed-funcs
)
712 iter-labels
:= $(fixed-labels
)
713 iter-from
:= $(fixed-modes
)
714 iter-to
:= $(fixed-modes
)
715 include $(srcdir)/empty.mk
$(patsubst %,$(srcdir)/fixed-obj.mk
,$(iter-items
))
717 # Add arithmetic functions to list of objects to be built
718 libgcc-objects
+= $(patsubst %,%$(objext
),$(fixed-funcs
))
719 ifeq ($(enable_shared
),yes
)
720 libgcc-s-objects
+= $(patsubst %,%_s
$(objext
),$(fixed-funcs
))
723 # Convert from or to fractional
724 fixed-conv-funcs
:= $(shell $(SHELL
) $(srcdir)/gen-fixed.sh conv funcs
)
725 fixed-conv-labels
:= $(shell $(SHELL
) $(srcdir)/gen-fixed.sh conv labels
)
726 fixed-conv-from
:= $(shell $(SHELL
) $(srcdir)/gen-fixed.sh conv from
)
727 fixed-conv-to
:= $(shell $(SHELL
) $(srcdir)/gen-fixed.sh conv to
)
729 # Generate the make rules for each conversion function
730 iter-items
:= $(fixed-conv-funcs
)
731 iter-labels
:= $(fixed-conv-labels
)
732 iter-from
:= $(fixed-conv-from
)
733 iter-to
:= $(fixed-conv-to
)
734 include $(srcdir)/empty.mk
$(patsubst %,$(srcdir)/fixed-obj.mk
,$(iter-items
))
736 # Add conversion functions to list of objects to be built
737 libgcc-objects
+= $(patsubst %,%$(objext
),$(fixed-conv-funcs
))
738 ifeq ($(enable_shared
),yes
)
739 libgcc-s-objects
+= $(patsubst %,%_s
$(objext
),$(fixed-conv-funcs
))
744 # Build LIB2ADD and LIB2ADD_ST.
745 ifneq ($(filter-out %.c
%.S
%.asm
,$(LIB2ADD
) $(LIB2ADD_ST
)),)
746 $(error Unsupported files in LIB2ADD or LIB2ADD_ST.
)
749 libgcc-objects
+= $(addsuffix $(objext
),$(basename $(notdir $(LIB2ADD
))))
750 libgcc-objects
+= $(addsuffix $(objext
),$(basename $(notdir $(LIB2ADD_ST
))))
753 iter-items
:= $(LIB2ADD
) $(LIB2ADD_ST
)
756 ifeq ($(enable_shared
),yes
)
757 libgcc-s-objects
+= $(addsuffix _s
$(objext
),$(basename $(notdir $(LIB2ADD
))))
760 # Build LIB2ADDEH, LIB2ADDEHSTATIC, and LIB2ADDEHSHARED. If we don't have
761 # libgcc_eh.a, only LIB2ADDEH matters. If we do, only LIB2ADDEHSTATIC and
762 # LIB2ADDEHSHARED matter. (Usually all three are identical.)
764 c_flags
:= -fexceptions
766 ifeq ($(enable_shared
),yes
)
768 libgcc-eh-objects
+= $(addsuffix $(objext
),$(basename $(notdir $(LIB2ADDEHSTATIC
))))
769 libgcc-s-objects
+= $(addsuffix _s
$(objext
),$(basename $(notdir $(LIB2ADDEHSHARED
))))
771 iter-items
:= $(sort $(LIB2ADDEHSTATIC
) $(LIB2ADDEHSHARED
))
775 # Not shared. LIB2ADDEH are added to libgcc.a.
777 libgcc-objects
+= $(addsuffix $(objext
),$(basename $(notdir $(LIB2ADDEH
))))
779 iter-items
:= $(LIB2ADDEH
)
786 c_flags
:= -fexceptions
788 libunwind-objects
+= $(addsuffix $(objext
),$(basename $(notdir $(LIBUNWIND
))))
790 ifeq ($(enable_shared
),yes
)
791 libunwind-s-objects
+= $(addsuffix _s
$(objext
),$(basename $(notdir $(LIBUNWIND
))))
794 iter-items
:= $(LIBUNWIND
)
797 # Build libgcov components.
799 # Defined in libgcov.c, included only in gcov library
800 LIBGCOV
= _gcov _gcov_merge_add _gcov_merge_single _gcov_merge_delta \
801 _gcov_fork _gcov_execl _gcov_execlp _gcov_execle \
802 _gcov_execv _gcov_execvp _gcov_execve \
803 _gcov_interval_profiler _gcov_pow2_profiler _gcov_one_value_profiler \
804 _gcov_indirect_call_profiler _gcov_average_profiler _gcov_ior_profiler \
807 libgcov-objects
= $(patsubst %,%$(objext
),$(LIBGCOV
))
809 $(libgcov-objects
): %$(objext
): $(srcdir)/libgcov.c
810 $(gcc_compile
) -DL
$* -c
$(srcdir)/libgcov.c
814 libgcc.a
: $(libgcc-objects
)
815 libgcov.a
: $(libgcov-objects
)
816 libunwind.a
: $(libunwind-objects
)
817 libgcc_eh.a
: $(libgcc-eh-objects
)
819 libgcc.a libgcov.a libunwind.a libgcc_eh.a
:
822 objects
="$(objects)"; \
823 if
test -z
"$$objects"; then \
824 echo
'int __libgcc_eh_dummy;' > eh_dummy.c
; \
825 $(gcc_compile_bare
) $(vis_hide
) -c eh_dummy.c \
826 -o eh_dummy
$(objext
); \
827 objects
=eh_dummy
$(objext
); \
829 $(AR_CREATE_FOR_TARGET
) $@
$$objects
833 all: libgcc.a libgcov.a
835 ifneq ($(LIBUNWIND
),)
837 libgcc_s
$(SHLIB_EXT
): libunwind
$(SHLIB_EXT
)
840 ifeq ($(enable_shared
),yes
)
841 all: libgcc_eh.a libgcc_s
$(SHLIB_EXT
)
842 ifneq ($(LIBUNWIND
),)
843 all: libunwind
$(SHLIB_EXT
)
847 ifeq ($(enable_shared
),yes
)
849 # Map-file generation.
850 ifneq ($(SHLIB_MKMAP
),)
851 libgcc.map
: $(SHLIB_MKMAP
) $(SHLIB_MAPFILES
) $(libgcc-s-objects
)
852 { $(NM
) $(SHLIB_NM_FLAGS
) $(libgcc-s-objects
); echo
%%; \
853 cat
$(SHLIB_MAPFILES
) \
854 | sed
-e
'/^[ ]*#/d' \
855 -e
's/^%\(if\|else\|elif\|endif\|define\)/#\1/' \
856 |
$(gcc_compile_bare
) -E
-xassembler-with-cpp
-; \
857 } |
$(AWK
) -f
$(SHLIB_MKMAP
) $(SHLIB_MKMAP_OPTS
) > tmp-
$@
859 libgcc_s
$(SHLIB_EXT
): libgcc.map
863 libgcc-std.ver
: $(srcdir)/libgcc-std.ver.in
864 sed
-e
's/__PFX__/$(LIBGCC_VER_GNU_PREFIX)/g' \
865 -e
's/__FIXPTPFX__/$(LIBGCC_VER_FIXEDPOINT_GNU_PREFIX)/g' < $< > $@
867 libgcc_s
$(SHLIB_EXT
): $(libgcc-s-objects
) $(extra-parts
)
868 # @multilib_flags@ is still needed because this may use
869 # $(GCC_FOR_TARGET) and $(LIBGCC2_CFLAGS) directly.
870 # @multilib_dir@ is not really necessary, but sometimes it has
871 # more uses than just a directory name.
872 $(mkinstalldirs
) $(MULTIDIR
)
873 $(subst @multilib_flags@
,$(CFLAGS
) -B.
/,$(subst \
874 @multilib_dir@
,$(MULTIDIR
),$(subst \
875 @shlib_objs@
,$(objects
),$(subst \
876 @shlib_base_name@
,libgcc_s
,$(subst \
877 @shlib_map_file@
,$(mapfile
),$(subst \
878 @shlib_slibdir_qual@
,$(MULTIOSSUBDIR
),$(subst \
879 @shlib_slibdir@
,$(shlib_slibdir
),$(SHLIB_LINK
))))))))
881 libunwind
$(SHLIB_EXT
): $(libunwind-s-objects
) $(extra-parts
)
882 # @multilib_flags@ is still needed because this may use
883 # $(GCC_FOR_TARGET) and $(LIBGCC2_CFLAGS) directly.
884 # @multilib_dir@ is not really necessary, but sometimes it has
885 # more uses than just a directory name.
886 $(mkinstalldirs
) $(MULTIDIR
)
887 $(subst @multilib_flags@
,$(CFLAGS
) -B.
/,$(subst \
888 @multilib_dir@
,$(MULTIDIR
),$(subst \
889 @shlib_objs@
,$(objects
),$(subst \
890 @shlib_base_name@
,libunwind
,$(subst \
891 @shlib_slibdir_qual@
,$(MULTIOSSUBDIR
),$(SHLIBUNWIND_LINK
))))))
895 # Build the standard GCC startfiles and endfiles.
896 ALL_CRT_CFLAGS
= $(CFLAGS
) $(CRTSTUFF_CFLAGS
) $(INCLUDES
)
897 crt_compile
= $(CC
) $(ALL_CRT_CFLAGS
) -o
$@
$(compile_deps
)
899 ifeq ($(CUSTOM_CRTSTUFF
),)
900 crtbegin
$(objext
): $(gcc_srcdir
)/crtstuff.c
901 $(crt_compile
) $(CRTSTUFF_T_CFLAGS
) \
902 -c
$(gcc_srcdir
)/crtstuff.c
-DCRT_BEGIN
904 crtend
$(objext
): $(gcc_srcdir
)/crtstuff.c
905 $(crt_compile
) $(CRTSTUFF_T_CFLAGS
) \
906 -c
$(gcc_srcdir
)/crtstuff.c
-DCRT_END
908 # These are versions of crtbegin and crtend for shared libraries.
909 crtbeginS
$(objext
): $(gcc_srcdir
)/crtstuff.c
910 $(crt_compile
) $(CRTSTUFF_T_CFLAGS_S
) \
911 -c
$(gcc_srcdir
)/crtstuff.c
-DCRT_BEGIN
-DCRTSTUFFS_O
913 crtendS
$(objext
): $(gcc_srcdir
)/crtstuff.c
914 $(crt_compile
) $(CRTSTUFF_T_CFLAGS_S
) \
915 -c
$(gcc_srcdir
)/crtstuff.c
-DCRT_END
-DCRTSTUFFS_O
917 # This is a version of crtbegin for -static links.
918 crtbeginT.o
: $(gcc_srcdir
)/crtstuff.c
919 $(crt_compile
) $(CRTSTUFF_T_CFLAGS
) \
920 -c
$(gcc_srcdir
)/crtstuff.c
-DCRT_BEGIN
-DCRTSTUFFT_O
923 # Build extra startfiles in the libgcc directory.
924 .PHONY
: libgcc-extra-parts
925 libgcc-extra-parts
: $(EXTRA_PARTS
)
926 ifneq ($(GCC_EXTRA_PARTS
),)
927 ifneq ($(sort $(EXTRA_PARTS
)),$(GCC_EXTRA_PARTS
))
928 # If the gcc directory specifies which extra parts to
929 # build for this target, and the libgcc configuration also
930 # specifies, make sure they match. This can be removed
931 # when the gcc directory no longer holds libgcc configuration;
932 # it is useful when migrating a target.
933 @echo
"Configuration mismatch!"
934 @echo
"Extra parts from gcc directory: $(GCC_EXTRA_PARTS)"
935 @echo
"Extra parts from libgcc: $(EXTRA_PARTS)"
940 # Early copyback; see "all" above for the rationale. The
941 # early copy is necessary so that the gcc -B options find
942 # the right startup files when linking shared libgcc.
943 $(mkinstalldirs
) $(gcc_objdir
)$(MULTISUBDIR
)
944 parts
="$(EXTRA_PARTS)"; \
945 for file in
$$parts; do \
946 rm -f
$(gcc_objdir
)$(MULTISUBDIR
)/$$file; \
947 $(INSTALL_DATA
) $$file $(gcc_objdir
)$(MULTISUBDIR
)/; \
950 $(RANLIB
) $(gcc_objdir
)$(MULTISUBDIR
)/$$file ;; \
954 # Build extra startfiles in the gcc directory, for unconverted
956 .PHONY
: gcc-extra-parts
958 # Recursively invoke make in the GCC directory to build any
959 # startfiles (for now). We must do this just once, passing
960 # it all the GCC_EXTRA_PARTS as simultaneous goal targets,
961 # so that rules which cannot execute simultaneously are properly
962 # serialized. We indirect through T_TARGET in case any multilib
963 # directories contain an equals sign, to prevent make from
964 # interpreting any of the goals as variable assignments.
966 # We must use cd && make rather than make -C, or else the stage
967 # number will be embedded in debug information.
969 T
=`$(PWD_COMMAND)`/ \
970 && cd
$(gcc_objdir
) \
971 && $(MAKE
) GCC_FOR_TARGET
="$(CC)" \
972 MULTILIB_CFLAGS
="$(CFLAGS)" \
974 T_TARGET
="$(patsubst %,$${T}%,$(GCC_EXTRA_PARTS))" \
977 # Early copyback; see "all" above for the rationale. The
978 # early copy is necessary so that the gcc -B options find
979 # the right startup files when linking shared libgcc.
980 $(mkinstalldirs
) $(gcc_objdir
)$(MULTISUBDIR
)
981 parts
="$(GCC_EXTRA_PARTS)"; \
982 for file in
$$parts; do \
983 rm -f
$(gcc_objdir
)$(MULTISUBDIR
)/$$file; \
984 $(INSTALL_DATA
) $$file $(gcc_objdir
)$(MULTISUBDIR
)/; \
987 $(RANLIB
) $(gcc_objdir
)$(MULTISUBDIR
)/$$file ;; \
994 dest
=$(gcc_objdir
)/include/tmp
$$$$-unwind.h
; \
995 cp unwind.h
$$dest; \
997 sh
$(srcdir)/..
/move-if-change
$$dest $(gcc_objdir
)/include/unwind.h
999 all: install-unwind_h
1001 # Documentation targets (empty).
1002 .PHONY
: info html
dvi pdf install-info install-html install-pdf
1012 # Install rules. These do not depend on "all", so that they can be invoked
1013 # recursively from it.
1015 $(mkinstalldirs
) $(DESTDIR
)$(inst_slibdir
)
1017 # NOTE: Maybe this should go into $(inst_libdir), but this
1018 # is where the old mklibgcc.in put it.
1019 $(INSTALL_DATA
) libunwind.a
$(DESTDIR
)$(inst_slibdir
)/
1020 chmod
644 $(DESTDIR
)$(inst_slibdir
)/libunwind.a
1021 $(RANLIB
) $(DESTDIR
)$(inst_slibdir
)/libunwind.a
1023 $(subst @multilib_dir@
,$(MULTIDIR
),$(subst \
1024 @shlib_base_name@
,libunwind
,$(subst \
1025 @shlib_slibdir_qual@
,$(MULTIOSSUBDIR
),$(SHLIBUNWIND_INSTALL
))))
1028 $(mkinstalldirs
) $(DESTDIR
)$(inst_libdir
)
1030 $(INSTALL_DATA
) libgcc_eh.a
$(DESTDIR
)$(inst_libdir
)/
1031 chmod
644 $(DESTDIR
)$(inst_libdir
)/libgcc_eh.a
1032 $(RANLIB
) $(DESTDIR
)$(inst_libdir
)/libgcc_eh.a
1034 $(subst @multilib_dir@
,$(MULTIDIR
),$(subst \
1035 @shlib_base_name@
,libgcc_s
,$(subst \
1036 @shlib_slibdir_qual@
,$(MULTIOSSUBDIR
),$(SHLIB_INSTALL
))))
1038 install-leaf
: $(install-shared
) $(install-libunwind
)
1039 $(mkinstalldirs
) $(DESTDIR
)$(inst_libdir
)
1041 $(INSTALL_DATA
) libgcc.a
$(DESTDIR
)$(inst_libdir
)/
1042 chmod
644 $(DESTDIR
)$(inst_libdir
)/libgcc.a
1043 $(RANLIB
) $(DESTDIR
)$(inst_libdir
)/libgcc.a
1044 $(INSTALL_DATA
) libgcov.a
$(DESTDIR
)$(inst_libdir
)/
1045 chmod
644 $(DESTDIR
)$(inst_libdir
)/libgcov.a
1046 $(RANLIB
) $(DESTDIR
)$(inst_libdir
)/libgcov.a
1048 parts
="$(INSTALL_PARTS)"; \
1049 for file in
$$parts; do \
1050 rm -f
$(DESTDIR
)$(inst_libdir
)/$$file; \
1051 $(INSTALL_DATA
) $$file $(DESTDIR
)$(inst_libdir
)/; \
1054 $(RANLIB
) $(gcc_objdir
)$(MULTISUBDIR
)/$$file ;; \
1058 install: install-leaf
1059 @
: $(MAKE
) ; $(MULTIDO
) $(FLAGS_TO_PASS
) multi-do DO
=install
1061 install-strip
: install
1063 .PHONY
: install install-shared install-libunwind install-strip
1065 # Don't export variables to the environment, in order to not confuse
1069 include $(srcdir)/empty.mk
$(wildcard *.dep
)
1072 # Garbage collect in gcc/:
1073 # $(LIBGCC) settings in t-* are now unused
1075 # Remove use of $(gcc_srcdir). Source files referenced using $(gcc_srcdir)
1076 # should move into the libgcc directory.