|
|
1.1 root 1: # Do not build libgcc1.
2: LIBGCC1 =
3: CROSS_LIBGCC1 =
4:
5: # These are really part of libgcc1, but this will cause them to be
6: # built correctly, so... [taken from t-sparclite]
7: LIB2FUNCS_EXTRA = fp-bit.c dp-bit.c eabi.asm eabi-ctors.c
8:
9: dp-bit.c: $(srcdir)/config/fp-bit.c
10: cat $(srcdir)/config/fp-bit.c > dp-bit.c
11:
12: fp-bit.c: $(srcdir)/config/fp-bit.c
13: echo '#define FLOAT' > fp-bit.c
14: cat $(srcdir)/config/fp-bit.c >> fp-bit.c
15:
16: eabi.asm: $(srcdir)/config/rs6000/eabi.asm
17: cat $(srcdir)/config/rs6000/eabi.asm > eabi.asm
18:
19: eabi-ctors.c: $(srcdir)/config/rs6000/eabi-ctors.c
20: cat $(srcdir)/config/rs6000/eabi-ctors.c > eabi-ctors.c
21:
22: # Build libgcc.a with different options.
23:
24: MULTILIB_OPTIONS = mlittle/mbig \
25: mrelocatable
26:
27: MULTILIB_DIRNAMES = little-endian big-endian \
28: mrelocatable
29:
30: MULTILIB_MATCHES = mlittle=mlittle-endian \
31: mbig=mbig-endian
32:
33: LIBGCC = stmp-multilib
34: INSTALL_LIBGCC = install-multilib
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.