public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH][config]Add missing crt*.o in start and end file specs for linux-android.h
@ 2011-08-26  7:30 Doug Kwan (關振德)
  2011-09-23 21:55 ` Doug Kwan (關振德)
  0 siblings, 1 reply; 2+ messages in thread
From: Doug Kwan (關振德) @ 2011-08-26  7:30 UTC (permalink / raw)
  To: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 336 bytes --]

Hi,

    We received this from Intel and would like to check in the trunk.
Could the maintainers of gcc/config take a look?

Thanks.

-Doug


2011-08-25  Mark D Horn <mark.d.horn@intel.com>

        config/linux-android.h (ANDROID_STARTFILE_SPEC, ANDROID_ENDFILE_SPEC):
        Add missing crt*.o objects for shared building a library.

[-- Attachment #2: patch-android.txt --]
[-- Type: text/plain, Size: 545 bytes --]

Index: gcc/config/linux-android.h
===================================================================
--- gcc/config/linux-android.h	(revision 178053)
+++ gcc/config/linux-android.h	(working copy)
@@ -54,7 +54,7 @@
 
 #define ANDROID_STARTFILE_SPEC						\
   "%{!shared:"								\
-  "  %{static: crtbegin_static%O%s;: crtbegin_dynamic%O%s}}"
+  "  %{static: crtbegin_static%O%s;: crtbegin_dynamic%O%s};: crtbegin_so%O%s}"
 
 #define ANDROID_ENDFILE_SPEC \
-  "%{!shared: crtend_android%O%s}"
+  "%{!shared: crtend_android%O%s;: crtend_so%O%s}"

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH][config]Add missing crt*.o in start and end file specs for linux-android.h
  2011-08-26  7:30 [PATCH][config]Add missing crt*.o in start and end file specs for linux-android.h Doug Kwan (關振德)
@ 2011-09-23 21:55 ` Doug Kwan (關振德)
  0 siblings, 0 replies; 2+ messages in thread
From: Doug Kwan (關振德) @ 2011-09-23 21:55 UTC (permalink / raw)
  To: gcc-patches

ping?

On Thu, Aug 25, 2011 at 5:44 PM, Doug Kwan (關振德) <dougkwan@google.com> wrote:
> Hi,
>
>    We received this from Intel and would like to check in the trunk.
> Could the maintainers of gcc/config take a look?
>
> Thanks.
>
> -Doug
>
>
> 2011-08-25  Mark D Horn <mark.d.horn@intel.com>
>
>        config/linux-android.h (ANDROID_STARTFILE_SPEC, ANDROID_ENDFILE_SPEC):
>        Add missing crt*.o objects for shared building a library.
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-09-23 19:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-26  7:30 [PATCH][config]Add missing crt*.o in start and end file specs for linux-android.h Doug Kwan (關振德)
2011-09-23 21:55 ` Doug Kwan (關振德)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).