public inbox for libc-ports@sourceware.org
 help / color / mirror / Atom feed
From: Marcus Shawcroft <marcus.shawcroft@linaro.org>
To: libc-ports@sourceware.org
Subject: [PATCH] Fix broken thumb2 build.
Date: Wed, 14 Nov 2012 11:00:00 -0000	[thread overview]
Message-ID: <CABXK9nfRFJQwnk6k00fYs3zTy=-SK2-oDmLhc8zz2MBhBmUiXg@mail.gmail.com> (raw)

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

This patch fixes the broken ARM thumb2 build...

/Marcus

2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>

        * sysdeps/unix/sysv/linux/arm/Makefile (libcrypt-sysdep_routines): Add
        libc-do-syscall.

[-- Attachment #2: fix-build-thumb2.diff --]
[-- Type: application/octet-stream, Size: 504 bytes --]

diff --git a/ports/sysdeps/unix/sysv/linux/arm/Makefile b/ports/sysdeps/unix/sysv/linux/arm/Makefile
index d9eb10c..bda3ea9 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/Makefile
+++ b/ports/sysdeps/unix/sysv/linux/arm/Makefile
@@ -32,6 +32,10 @@ endif
 
 # Add a syscall function to each library that needs one.
 
+ifeq ($(subdir),crypt)
+libcrypt-sysdep_routines += libc-do-syscall
+endif
+
 ifeq ($(subdir),rt)
 librt-sysdep_routines += libc-do-syscall
 librt-shared-only-routines += libc-do-syscall

             reply	other threads:[~2012-11-14 11:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-14 11:00 Marcus Shawcroft [this message]
2012-11-14 17:28 ` Joseph S. Myers
2012-11-14 22:11   ` Marcus Shawcroft
2012-11-14 22:45     ` Joseph S. Myers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CABXK9nfRFJQwnk6k00fYs3zTy=-SK2-oDmLhc8zz2MBhBmUiXg@mail.gmail.com' \
    --to=marcus.shawcroft@linaro.org \
    --cc=libc-ports@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).