aboutsummaryrefslogtreecommitdiff
path: root/util/crossgcc/patches/gcc-8.1.0_bsd.patch
blob: 75b0b6577259688f1cb58c9bd38755b5b5cd0442 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -Naur gcc-8.1.0/gcc/ada/link.c gcc-8.1.0_/gcc/ada/link.c
--- gcc-8.1.0/gcc/ada/link.c	2018-01-11 01:55:25.000000000 -0700
+++ gcc-8.1.0_/gcc/ada/link.c	2018-08-25 20:47:29.274166706 -0600
@@ -104,7 +104,7 @@
 const char *__gnat_default_libgcc_subdir = "lib";
 
 #elif defined (__FreeBSD__) || defined (__DragonFly__) \
-   || defined (__NetBSD__) || defined (__OpenBSD__)
+   || defined (__NetBSD__) || defined (__OpenBSD__) \
    || defined (__QNX__)
 const char *__gnat_object_file_option = "-Wl,@";
 const char *__gnat_run_path_option = "-Wl,-rpath,";