|
|
1.1.1.3 ! root 1: CROSS_LIBGCC1 = libgcc1-asm.a ! 2: LIB1ASMSRC = sh/lib1funcs.asm ! 3: LIB1ASMFUNCS = _ashiftrt _movstr _mulsi3 _sdivsi3 _udivsi3 ! 4: ! 5: LIBGCC2_CFLAGS=-g -O5 $(GCC_CFLAGS) ! 6: ! 7: # CYGNUS LOCAL sh ! 8: LANGUAGES=c c++ proto ! 9: ! 10: # CYGNUS LOCAL sh ! 11: # These are really part of libgcc1, but this will cause them to be ! 12: # built correctly, so... [taken from t-ose68k] ! 13: ! 14: LIB2FUNCS_EXTRA = fp-bit.c dp-bit.c ashlsi3.c ashrsi3.c lshrsi3.c ! 15: ! 16: ashlsi3.c: $(srcdir)/config/sh/ashlsi3.c ! 17: cp $(srcdir)/config/sh/ashlsi3.c ashlsi3.c ! 18: ! 19: ashrsi3.c: $(srcdir)/config/sh/ashrsi3.c ! 20: cp $(srcdir)/config/sh/ashrsi3.c ashrsi3.c ! 21: ! 22: lshrsi3.c: $(srcdir)/config/sh/lshrsi3.c ! 23: cp $(srcdir)/config/sh/lshrsi3.c lshrsi3.c ! 24: ! 25: dp-bit.c: $(srcdir)/config/fp-bit.c ! 26: cat $(srcdir)/config/fp-bit.c > dp-bit.c ! 27: ! 28: fp-bit.c: $(srcdir)/config/fp-bit.c ! 29: echo '#define FLOAT' > fp-bit.c ! 30: cat $(srcdir)/config/fp-bit.c >> fp-bit.c 1.1 root 31: 32:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.