Github messages for voidlinux
 help / color / mirror / Atom feed
* Re: common/profiles: introduce XBPS_{,TARGET_}WORDSIZE
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-13330@inbox.vuxu.org>
  2019-07-25 15:19 ` common/profiles: introduce XBPS_{,TARGET_}WORDSIZE voidlinux-github
@ 2019-07-25 18:02 ` voidlinux-github
  2019-07-26 12:50 ` voidlinux-github
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-07-25 18:02 UTC (permalink / raw)
  To: ml

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

New comment by pullmoll on void-packages repository

https://github.com/void-linux/void-packages/pull/13330#issuecomment-515151444
Comment:
I copy-pasted the style of the `export XBPS_TARGET_QEMU_MACHINE` line.
I believe that in both cases the assignment is redundant.

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

* Re: common/profiles: introduce XBPS_{,TARGET_}WORDSIZE
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-13330@inbox.vuxu.org>
  2019-07-25 15:19 ` common/profiles: introduce XBPS_{,TARGET_}WORDSIZE voidlinux-github
  2019-07-25 18:02 ` voidlinux-github
@ 2019-07-26 12:50 ` voidlinux-github
  2019-07-26 13:01 ` voidlinux-github
  2019-07-26 13:18 ` [PR PATCH] [Merged]: " voidlinux-github
  4 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-07-26 12:50 UTC (permalink / raw)
  To: ml

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

New comment by pullmoll on void-packages repository

https://github.com/void-linux/void-packages/pull/13330#issuecomment-515437855
Comment:
Updated `Manual.md` as well. If noone objects I'm going to merge this.

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

* Re: common/profiles: introduce XBPS_{,TARGET_}WORDSIZE
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-13330@inbox.vuxu.org>
                   ` (2 preceding siblings ...)
  2019-07-26 12:50 ` voidlinux-github
@ 2019-07-26 13:01 ` voidlinux-github
  2019-07-26 13:18 ` [PR PATCH] [Merged]: " voidlinux-github
  4 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-07-26 13:01 UTC (permalink / raw)
  To: ml

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

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/pull/13330#issuecomment-515441853
Comment:
+1

El vie., 26 jul. 2019 14:50, Jürgen Buchmüller <notifications@github.com>
escribió:

> Updated Manual.md as well. If noone objects I'm going to merge this.
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <https://github.com/void-linux/void-packages/pull/13330?email_source=notifications&email_token=AAGR7KLZSKGPDNE7JLESY23QBLXIJA5CNFSM4IGY54J2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD24PKHY#issuecomment-515437855>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AAGR7KIKTZJ2KP2MUS67TT3QBLXIJANCNFSM4IGY54JQ>
> .
>


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

* Re: [PR PATCH] [Merged]: common/profiles: introduce XBPS_{,TARGET_}WORDSIZE
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-13330@inbox.vuxu.org>
                   ` (3 preceding siblings ...)
  2019-07-26 13:01 ` voidlinux-github
@ 2019-07-26 13:18 ` voidlinux-github
  4 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-07-26 13:18 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

common/profiles: introduce XBPS_{,TARGET_}WORDSIZE
https://github.com/void-linux/void-packages/pull/13330
Description: The host and target word size can be used to determine whether cross compiling certain packages is possible.
One example is qt5 webengine which can be built for e.g. armv7l iff the host environment is 32 bit also.

N.B. for armv6l* cross compiling fails anyway because of missing neon support for some part of webengine.

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

* Re: common/profiles: introduce XBPS_{,TARGET_}WORDSIZE
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-13330@inbox.vuxu.org>
@ 2019-07-25 15:19 ` voidlinux-github
  2019-07-25 18:02 ` voidlinux-github
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-07-25 15:19 UTC (permalink / raw)
  To: ml

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

New comment by Anachron on void-packages repository

https://github.com/void-linux/void-packages/pull/13330#issuecomment-515087413
Comment:
`export XBPS_TARGET_WORDSIZE="$XBPS_TARGET_WORDSIZE"` is this correct? Imo it should either be `export XBPS_TARGET_WORDSIZE` or the declaration to a new value.

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

end of thread, other threads:[~2019-07-26 13:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-13330@inbox.vuxu.org>
2019-07-25 15:19 ` common/profiles: introduce XBPS_{,TARGET_}WORDSIZE voidlinux-github
2019-07-25 18:02 ` voidlinux-github
2019-07-26 12:50 ` voidlinux-github
2019-07-26 13:01 ` voidlinux-github
2019-07-26 13:18 ` [PR PATCH] [Merged]: " voidlinux-github

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).