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