OSDN Git Service

Initial revision
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 17 Nov 1994 22:21:03 +0000 (22:21 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 17 Nov 1994 22:21:03 +0000 (22:21 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8488 138bc75d-0d04-0410-961f-82ee72b054a4

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
+
+