Commit 5759c56d by John Marino Committed by Eric Botcazou

re PR ada/85635 (typo in link.c for BSD platforms)

	PR ada/85635
	* link.c (BSD platforms): Add missing backslash.

From-SVN: r259925
parent 7d187fdf
2018-05-04 John Marino <gnugcc@marino.st>
PR ada/85635
* link.c (BSD platforms): Add missing backslash.
2018-04-27 Eric Botcazou <ebotcazou@adacore.com> 2018-04-27 Eric Botcazou <ebotcazou@adacore.com>
PR ada/85540 PR ada/85540
......
...@@ -104,7 +104,7 @@ unsigned char __gnat_separate_run_path_options = 0; ...@@ -104,7 +104,7 @@ unsigned char __gnat_separate_run_path_options = 0;
const char *__gnat_default_libgcc_subdir = "lib"; const char *__gnat_default_libgcc_subdir = "lib";
#elif defined (__FreeBSD__) || defined (__DragonFly__) \ #elif defined (__FreeBSD__) || defined (__DragonFly__) \
|| defined (__NetBSD__) || defined (__OpenBSD__) || defined (__NetBSD__) || defined (__OpenBSD__) \
|| defined (__QNX__) || defined (__QNX__)
const char *__gnat_object_file_option = "-Wl,@"; const char *__gnat_object_file_option = "-Wl,@";
const char *__gnat_run_path_option = "-Wl,-rpath,"; const char *__gnat_run_path_option = "-Wl,-rpath,";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment