xref: /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/avr/t-copy-libgcc (revision 4c3eb207d36f67d31994830c0a694161fc1ca39b)
1# Only used with --with-avrlibc & (-mlong-double=64 | -mdouble=64)
2#
3# Inserted at the end of Makefile by magic[tm].
4# We need this *after* Makefile's rules so we can override them.
5
6libgcc.a: ../../libgcc/libgcc.a
7	cp $< $@
8
9libgcov.a: ../../libgcc/libgcov.a
10	@:
11ifeq ($(enable_gcov),yes)
12	cp $< $@
13endif
14