Initial revision
authorDoug Evans <dje@gnu.org>
Thu, 17 Nov 1994 22:21:03 +0000 (22:21 +0000)
committerDoug Evans <dje@gnu.org>
Thu, 17 Nov 1994 22:21:03 +0000 (22:21 +0000)
From-SVN: r8488

gcc/config/a29k/t-a29kbare [new file with mode: 0644]

diff --git a/gcc/config/a29k/t-a29kbare b/gcc/config/a29k/t-a29kbare
new file mode 100644 (file)
index 0000000..2b5c54c
--- /dev/null
@@ -0,0 +1,16 @@
+LIBGCC1 = libgcc1.null
+CROSS_LIBGCC1 = libgcc1.null
+
+# These are really part of libgcc1, but this will cause them to be
+# built correctly, so... 
+
+LIB2FUNCS_EXTRA = fp-bit.c dp-bit.c
+
+dp-bit.c: $(srcdir)/config/fp-bit.c
+       cat $(srcdir)/config/fp-bit.c > dp-bit.c
+
+fp-bit.c: $(srcdir)/config/fp-bit.c
+       echo '#define FLOAT' > fp-bit.c
+       cat $(srcdir)/config/fp-bit.c >> fp-bit.c
+
+