trinity.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Small MIPS fixes
@ 2014-09-19 14:11 Markos Chandras
  2014-09-19 14:11 ` [PATCH 1/2] configure.sh: Respect CFLAGS from the environment Markos Chandras
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Markos Chandras @ 2014-09-19 14:11 UTC (permalink / raw)
  To: trinity; +Cc: Markos Chandras

Hi,

A few fixes for trinity in order to improve the MIPS build. The first
one allows the user to pass extra cflags. The other one renames the
MAP_GLOBAL and MAP_LOCAL definitions in order to avoid conflicts
with the userspace linux headers.

Markos Chandras (2):
  configure.sh: Respect CFLAGS from the environment
  maps: Rename MAP_{GLOBAL, LOCAL} to TRINITY_MAP_{GLOBAL, LOCAL}

 configure.sh    | 4 ++--
 include/maps.h  | 4 ++--
 maps-shared.c   | 2 +-
 maps.c          | 4 ++--
 syscalls/mmap.c | 2 +-
 5 files changed, 8 insertions(+), 8 deletions(-)

-- 
2.1.0

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

end of thread, other threads:[~2014-09-22 13:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-19 14:11 [PATCH 0/2] Small MIPS fixes Markos Chandras
2014-09-19 14:11 ` [PATCH 1/2] configure.sh: Respect CFLAGS from the environment Markos Chandras
2014-09-19 14:11 ` [PATCH 2/2] maps: Rename MAP_{GLOBAL, LOCAL} to TRINITY_MAP_{GLOBAL, LOCAL} Markos Chandras
2014-09-22 13:37 ` [PATCH 0/2] Small MIPS fixes Dave Jones
2014-09-22 13:42   ` Markos Chandras

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 NNTP newsgroup(s).