|
|
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 ! 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: # Build the libraries for both hard and soft floating point ! 17: ! 18: MULTILIB_OPTIONS = msoft-float mcpu=common ! 19: MULTILIB_DIRNAMES = soft-float common ! 20: ! 21: LIBGCC = stmp-multilib ! 22: INSTALL_LIBGCC = install-multilib ! 23: ! 24: # Aix 3.2.x needs milli.exp for -mcpu=common ! 25: EXTRA_PARTS = milli.exp ! 26: milli.exp: $(srcdir)/config/rs6000/milli.exp ! 27: rm -f milli.exp ! 28: cp $(srcdir)/config/rs6000/milli.exp ./milli.exp
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.