All of lore.kernel.org
 help / color / mirror / Atom feed
From: Clemens Buchacher <drizzd@aon.at>
To: Tito <farmatito@tiscali.it>
Cc: git@vger.kernel.org
Subject: Re: [DIFF] build git on armv6l emulator with uclibc
Date: Sat, 12 Sep 2009 22:42:30 +0200	[thread overview]
Message-ID: <20090912204230.GA31317@localhost> (raw)
In-Reply-To: <200909122218.07830.farmatito@tiscali.it>

On Sat, Sep 12, 2009 at 10:18:07PM +0200, Tito wrote:

> +#if 0
>  		mtime.nsec = ST_MTIME_NSEC(st);
> +#else
> +		mtime.nsec = (unsigned long int)st.st_mtimensec;
> +#endif

You can do this instead:

$ echo NO_NSEC=YesPlease >> config.mak
$ make

Clemens

  reply	other threads:[~2009-09-12 20:42 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-12 20:18 [DIFF] build git on armv6l emulator with uclibc Tito
2009-09-12 20:42 ` Clemens Buchacher [this message]
2009-09-12 20:52   ` Tito

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=20090912204230.GA31317@localhost \
    --to=drizzd@aon.at \
    --cc=farmatito@tiscali.it \
    --cc=git@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.