Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v5 0/4] package/guile: New package
@ 2014-11-24 22:56 Pedro Aguilar
  2014-11-24 22:56 ` [Buildroot] [PATCH v5 1/4] libatomic_ops: Add host-libatomic_ops Pedro Aguilar
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Pedro Aguilar @ 2014-11-24 22:56 UTC (permalink / raw)
  To: buildroot

These are the full series needed for adding guile.
It contains all the suggestions made in the previous patch versions.

Pedro Aguilar (4):
  libatomic_ops: Add host-libatomic_ops
  bdwgc: Add new package
  libunistring: host-libunistring is needed by guile
  guile: Add new package

 package/Config.in                                  |  2 ++
 package/bdwgc/Config.in                            | 10 ++++++
 package/bdwgc/bdwgc.mk                             | 20 ++++++++++++
 package/guile/Config.in                            | 17 ++++++++++
 package/guile/guile-01-fix_arm_endianness.patch    | 25 +++++++++++++++
 .../guile/guile-02-calculate-csqrt_manually.patch  | 16 ++++++++++
 package/guile/guile-03-remove_unused_funcs.patch   | 36 ++++++++++++++++++++++
 package/guile/guile.mk                             | 31 +++++++++++++++++++
 package/libatomic_ops/libatomic_ops.mk             |  1 +
 package/libunistring/libunistring.mk               |  1 +
 10 files changed, 159 insertions(+)
 create mode 100644 package/bdwgc/Config.in
 create mode 100644 package/bdwgc/bdwgc.mk
 create mode 100644 package/guile/Config.in
 create mode 100644 package/guile/guile-01-fix_arm_endianness.patch
 create mode 100644 package/guile/guile-02-calculate-csqrt_manually.patch
 create mode 100644 package/guile/guile-03-remove_unused_funcs.patch
 create mode 100644 package/guile/guile.mk

-- 
1.9.1

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

end of thread, other threads:[~2014-12-01 17:59 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-24 22:56 [Buildroot] [PATCH v5 0/4] package/guile: New package Pedro Aguilar
2014-11-24 22:56 ` [Buildroot] [PATCH v5 1/4] libatomic_ops: Add host-libatomic_ops Pedro Aguilar
2014-11-26 20:54   ` Thomas Petazzoni
2014-11-24 22:56 ` [Buildroot] [PATCH v5 2/4] bdwgc: Add new package Pedro Aguilar
2014-11-26 20:54   ` Thomas Petazzoni
2014-11-24 22:56 ` [Buildroot] [PATCH v5 3/4] libunistring: host-libunistring is needed by guile Pedro Aguilar
2014-11-26 20:55   ` Thomas Petazzoni
2014-11-24 22:56 ` [Buildroot] [PATCH v5 4/4] guile: Add new package Pedro Aguilar
2014-11-26 20:55   ` Thomas Petazzoni
2014-11-30 22:28     ` Pedro Aguilar
2014-12-01  9:03       ` Thomas Petazzoni
2014-12-01 17:59       ` Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox