sim: bfin: fix up linux-fixed-code.h generation [PR sim/10143]
authorMike Frysinger <vapier@gentoo.org>
Mon, 9 Mar 2015 03:53:48 +0000 (23:53 -0400)
committerMike Frysinger <vapier@gentoo.org>
Mon, 9 Mar 2015 04:00:05 +0000 (00:00 -0400)
commit43fa85d9a8d7aac7a70c72220abd09d39703208a
tree0bd2c42b63cb18a0c1c3b6466565aa95c34c7209
parentccf946cb5cea83165cf12a18dc946f39d8a8cfff
sim: bfin: fix up linux-fixed-code.h generation [PR sim/10143]

The use of $< ends up picking the wrong object out of the depend
list.  Specify the input name directly to avoid fragility.

On BSD systems, we need to make sure all options come before the
non-options (i.e. the files).

Reported-by: Chris Johns <chrisj@rtems.org>
URL: https://sourceware.org/bugzilla/show_bug.cgi?id=13160
sim/bfin/ChangeLog
sim/bfin/Makefile.in
This page took 0.024352 seconds and 4 git commands to generate.