libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH-1.5] Darwin reload commands


From: Peter O'Gorman
Subject: Re: [PATCH-1.5] Darwin reload commands
Date: Thu, 08 Jul 2004 22:48:23 +0900
User-agent: Mozilla Thunderbird 0.6 (Macintosh/20040502)

Gary V. Vaughan wrote:

Peter O'Gorman wrote:

+case $host_os in
+  darwin*)
+    if test "$GCC" = yes; then
+      reload_cmds='$CC -nostdlib ${wl}-r -o $output$reload_objs'
+    else
+      reload_cmds='$LD$reload_flag -o $output$reload_objs'
+    fi
+    ;;
+esac
reload_cmds='$LD$reload_flag -o $output$reload_objs'


The last line overwrites whatever setting was made inside the case.

Otherwise, okay.

Okay, moved the patch down one line and committed, thanks for spotting the error.

Peter
--
Peter O'Gorman - http://www.pogma.com




reply via email to

[Prev in Thread] Current Thread [Next in Thread]