summaryrefslogtreecommitdiff
path: root/lang/gnat/files/patch-ab
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>1999-06-24 11:11:28 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>1999-06-24 11:11:28 +0000
commitcc4e71cb594f3b20034c1183bc4123bc46c2b12a (patch)
tree55b196c54dbe3b7825b7d1ae03d86ff5dae53271 /lang/gnat/files/patch-ab
parentUpgrade to 4.14. (diff)
Update 3.10p -> 3.11p:
* Build requires a GNAT compiler, for which the maintainer has created a package. For now, provide two MASTER_SITEs from which it is available so that it'll find its way into the FreeBSD distfiles. * Uses variables in the PLIST to reduce diff sizes in future. * Doesn't install info files, which are virtually duplicates of the ones we already have. * AOUT support is on its wAy OUT. Do what we can, but don't blow any fuses. * Hand maintainership over to Daniel Eischen, at the request of the previous maintainer. PR: 10093 Submitted by: Daniel Eischen <eischen@vigrid.com>
Notes
Notes: svn path=/head/; revision=19746
Diffstat (limited to 'lang/gnat/files/patch-ab')
-rw-r--r--lang/gnat/files/patch-ab86
1 files changed, 56 insertions, 30 deletions
diff --git a/lang/gnat/files/patch-ab b/lang/gnat/files/patch-ab
index baf5ebdeec18..998287bcf91e 100644
--- a/lang/gnat/files/patch-ab
+++ b/lang/gnat/files/patch-ab
@@ -1,36 +1,62 @@
-diff -c orig/gcc.c gcc/gcc.c
-*** orig/gcc.c Thu Apr 3 08:37:06 1997
---- gcc-2.7.2.1/gcc.c Fri Apr 4 23:21:00 1997
+*** ./config/i386/freebsd.h.orig Fri Sep 4 23:57:29 1998
+--- ./config/i386/freebsd.h Fri Sep 4 23:58:54 1998
***************
-*** 1354,1362 ****
- #undef MD_STARTFILE_PREFIX_1
- #endif
+*** 49,55 ****
+ #define CPP_SPEC "%{posix:-D_POSIX_SOURCE}"
-! #ifndef STANDARD_EXEC_PREFIX
-! #define STANDARD_EXEC_PREFIX "/usr/local/lib/gcc-lib/"
-! #endif /* !defined STANDARD_EXEC_PREFIX */
+ /* Like the default, except no -lg. */
+! #define LIB_SPEC "%{!shared:%{!pg:-lc}%{pg:-lc_p}}"
- static char *standard_exec_prefix = STANDARD_EXEC_PREFIX;
- static char *standard_exec_prefix_1 = "/usr/lib/gcc/";
---- 1354,1360 ----
- #undef MD_STARTFILE_PREFIX_1
- #endif
+ #undef SIZE_TYPE
+ #define SIZE_TYPE "unsigned int"
+--- 49,55 ----
+ #define CPP_SPEC "%{posix:-D_POSIX_SOURCE}"
-! #define STANDARD_EXEC_PREFIX FREEBSD_PREFIX "/libexec/"
+ /* Like the default, except no -lg. */
+! #define LIB_SPEC "%{!shared:%{!pg:%{!pthread:%{!kthread:-lc}%{kthread:-lpthread -lc}}%{pthread:-lc_r}}%{pg:%{!pthread:%{!kthread:-lc_p}%{kthread:-lpthread_p -lc_p}}%{pthread:-lc_r_p}}}"
- static char *standard_exec_prefix = STANDARD_EXEC_PREFIX;
- static char *standard_exec_prefix_1 = "/usr/lib/gcc/";
+ #undef SIZE_TYPE
+ #define SIZE_TYPE "unsigned int"
+*** ./config/i386/freebsd-elf.h.orig Fri Dec 5 07:15:34 1997
+--- ./config/i386/freebsd-elf.h Fri Feb 12 21:35:52 1999
***************
-*** 2708,2715 ****
---- 2706,2716 ----
- /* Use 2 as fourth arg meaning try just the machine as a suffix,
- as well as trying the machine and the version. */
- #ifdef FREEBSD_NATIVE
-+ add_prefix (&exec_prefixes, FREEBSD_PREFIX "/libexec/ada/", 0, 0, NULL_PTR);
-+ add_prefix (&exec_prefixes, FREEBSD_PREFIX "/libexec/", 0, 0, NULL_PTR);
- add_prefix (&exec_prefixes, "/usr/libexec/", 0, 0, NULL_PTR);
- add_prefix (&exec_prefixes, "/usr/bin/", 0, 0, NULL_PTR);
-+ add_prefix (&startfile_prefixes, FREEBSD_PREFIX "/lib/", 0, 0, NULL_PTR);
- add_prefix (&startfile_prefixes, "/usr/libdata/gcc/", 0, 0, NULL_PTR);
- #else /* not FREEBSD_NATIVE */
- #ifndef OS2
+*** 140,146 ****
+ #define WCHAR_TYPE_SIZE BITS_PER_WORD
+
+ #undef CPP_PREDEFINES
+! #define CPP_PREDEFINES "-Dunix -D__ELF__ -D__FreeBSD__=2 -Asystem(FreeBSD)"
+
+ #undef CPP_SPEC
+ #define CPP_SPEC "%(cpp_cpu) %[cpp_cpu] %{fPIC:-D__PIC__ -D__pic__} %{fpic:-D__PIC__ -D__pic__} %{posix:-D_POSIX_SOURCE}"
+--- 140,146 ----
+ #define WCHAR_TYPE_SIZE BITS_PER_WORD
+
+ #undef CPP_PREDEFINES
+! #define CPP_PREDEFINES "-Di386 -Dunix -D__ELF__ -D__FreeBSD__=3 -Asystem(FreeBSD) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
+
+ #undef CPP_SPEC
+ #define CPP_SPEC "%(cpp_cpu) %[cpp_cpu] %{fPIC:-D__PIC__ -D__pic__} %{fpic:-D__PIC__ -D__pic__} %{posix:-D_POSIX_SOURCE}"
+***************
+*** 152,159 ****
+ * -lc_p or -ggdb to LDFLAGS at the link time, respectively.
+ */
+ #define LIB_SPEC \
+! "%{!shared: %{mieee-fp:-lieee} %{p:-lgmon} %{pg:-lgmon} \
+! %{!ggdb:-lc} %{ggdb:-lg}}"
+ #else
+ #define LIB_SPEC \
+ "%{!shared: \
+--- 152,164 ----
+ * -lc_p or -ggdb to LDFLAGS at the link time, respectively.
+ */
+ #define LIB_SPEC \
+! "%{!shared: \
+! %{!pg: \
+! %{!pthread: %{!kthread:-lc} %{kthread:-lpthread -lc}} \
+! %{pthread:-lc_r}} \
+! %{pg: \
+! %{!pthread: %{!kthread:-lc_p} %{kthread:-lpthread_p -lc_p}} \
+! %{pthread:-lc_r_p}}}"
+ #else
+ #define LIB_SPEC \
+ "%{!shared: \