Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Mon, 17 Jun 2019 15:49:19 -0700
From: Reinoud Koornstra <reinoudkoornstra@...il.com>
To: musl@...ts.openwall.com
Subject: where to find musl-gcc wrapper script

Hello Everyone,
I did get the sources and build from musl-cross-gcc at github.com.
Building works fine, however, I cannot find the musl-gcc script to compile.
So when I use this gcc to build I see warnings like:
warning: suggest parentheses around arithmetic in operand of '|'
[-Wparentheses] return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 |
__x<<24;
Thanks,
Reinoud.

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.