diff options
Diffstat (limited to 'lang/gnat/files/patch-ab')
-rw-r--r-- | lang/gnat/files/patch-ab | 40 |
1 files changed, 2 insertions, 38 deletions
diff --git a/lang/gnat/files/patch-ab b/lang/gnat/files/patch-ab index 998287bcf91e..9444d3a57fbd 100644 --- a/lang/gnat/files/patch-ab +++ b/lang/gnat/files/patch-ab @@ -1,41 +1,5 @@ -*** ./config/i386/freebsd.h.orig Fri Sep 4 23:57:29 1998 ---- ./config/i386/freebsd.h Fri Sep 4 23:58:54 1998 -*************** -*** 49,55 **** - #define CPP_SPEC "%{posix:-D_POSIX_SOURCE}" - - /* Like the default, except no -lg. */ -! #define LIB_SPEC "%{!shared:%{!pg:-lc}%{pg:-lc_p}}" - - #undef SIZE_TYPE - #define SIZE_TYPE "unsigned int" ---- 49,55 ---- - #define CPP_SPEC "%{posix:-D_POSIX_SOURCE}" - - /* 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}}}" - - #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 -*************** -*** 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}" +*** ./config/i386/freebsd.h.orig Fri Dec 5 07:15:34 1997 +--- ./config/i386/freebsd.h Fri Feb 12 21:35:52 1999 *************** *** 152,159 **** * -lc_p or -ggdb to LDFLAGS at the link time, respectively. |