From f53dff4536ae9b554ca8d539c3137c05c655d4b5 Mon Sep 17 00:00:00 2001 From: Michal Moskal Date: Sat, 9 Mar 2002 13:03:13 +0000 Subject: [PATCH] - don't link libgnat.so with prefix.o (which requires libiberty) Changed files: gcc-ada-no-prefix.o.patch -> 1.1 --- gcc-ada-no-prefix.o.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 gcc-ada-no-prefix.o.patch diff --git a/gcc-ada-no-prefix.o.patch b/gcc-ada-no-prefix.o.patch new file mode 100644 index 0000000..aaa3e9c --- /dev/null +++ b/gcc-ada-no-prefix.o.patch @@ -0,0 +1,12 @@ +diff -ur gcc-20020304/gcc/ada/Makefile.in gcc-20020304-/gcc/ada/Makefile.in +--- gcc-20020304/gcc/ada/Makefile.in Fri Jan 4 19:29:52 2002 ++++ gcc-20020304-/gcc/ada/Makefile.in Thu Mar 7 21:45:54 2002 +@@ -1509,7 +1509,7 @@ + + LIBGNAT_OBJS = adaint.o argv.o cio.o cstreams.o errno.o exit.o \ + raise.o sysdep.o io-aux.o init.o cal.o final.o \ +- tracebak.o expect.o ../../prefix.o $(EXTRA_LIBGNAT_OBJS) ++ tracebak.o expect.o $(EXTRA_LIBGNAT_OBJS) + + # NOTE ??? - when the -I option for compiling Ada code is made to work, + # the library installation will change and there will be a -- 2.44.0