Fold ctz(-x) and ctz(abs(x)) as ctz(x) in match.pd.
[official-gcc.git] / libgcc / config / avr / t-copy-libgcc
blobd34cbde731b08ccf2389080465c7a608eed1eaf7
1 # Only used with --with-avrlibc & (-mlong-double=64 | -mdouble=64)
3 # Inserted at the end of Makefile by magic[tm].
4 # We need this *after* Makefile's rules so we can override them.
6 libgcc.a: ../../libgcc/libgcc.a
7         cp $< $@
9 libgcov.a: ../../libgcc/libgcov.a
10         @:
11 ifeq ($(enable_gcov),yes)
12         cp $< $@
13 endif