Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Apr 2016 12:34:34 -0400
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        Andriy Gapon <avg@FreeBSD.org>, "William A. Mahaffey III" <wam@hiwaay.net>
Cc:        freebsd-ports@FreeBSD.org
Subject:   Re: 'porting' AMD compiler suite
Message-ID:  <e446c9e8-83af-14d9-9a59-c74e196ab500@FreeBSD.org>
In-Reply-To: <570F3D37.5060405@FreeBSD.org>
References:  <570ACDB6.1020703@hiwaay.net> <20160410230338.GB24900@server.rulingia.com> <570AE735.2060606@hiwaay.net> <570BAC56.5060008@hiwaay.net> <570D5A0B.3010703@hiwaay.net> <20160413015933.GA13695@neutralgood.org> <570DEF42.30100@hiwaay.net> <CAOgwaMv6B7kAasKQm=ujfRCxeDF2icMWSs9pEcZ0O7uOuXgAcA@mail.gmail.com> <570F02EF.4000103@hiwaay.net> <570F3D37.5060405@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 4880 and 3156)
--fApsAhORnbK3gAKhQAucmRagJwk8alOai
Content-Type: multipart/mixed; boundary="lE4i3n44MFwjIlFcdx4Ja8HiPkRWOPq8R"
From: Jung-uk Kim <jkim@FreeBSD.org>
To: Andriy Gapon <avg@FreeBSD.org>, "William A. Mahaffey III" <wam@hiwaay.net>
Cc: freebsd-ports@FreeBSD.org
Message-ID: <e446c9e8-83af-14d9-9a59-c74e196ab500@FreeBSD.org>
Subject: Re: 'porting' AMD compiler suite
References: <570ACDB6.1020703@hiwaay.net>
 <20160410230338.GB24900@server.rulingia.com> <570AE735.2060606@hiwaay.net>
 <570BAC56.5060008@hiwaay.net> <570D5A0B.3010703@hiwaay.net>
 <20160413015933.GA13695@neutralgood.org> <570DEF42.30100@hiwaay.net>
 <CAOgwaMv6B7kAasKQm=ujfRCxeDF2icMWSs9pEcZ0O7uOuXgAcA@mail.gmail.com>
 <570F02EF.4000103@hiwaay.net> <570F3D37.5060405@FreeBSD.org>
In-Reply-To: <570F3D37.5060405@FreeBSD.org>

--lE4i3n44MFwjIlFcdx4Ja8HiPkRWOPq8R
Content-Type: text/plain; charset=windows-1252
Content-Transfer-Encoding: quoted-printable

On 04/14/16 02:48 AM, Andriy Gapon wrote:
> On 14/04/2016 05:38, William A. Mahaffey III wrote:
>> All seems OK w/ the system headers (I know, shocking !!!!), the requir=
ed files
>> defining a '__uintptr_t' are in fact unconditionally included, so it m=
ust be
>> something else (bad defines somewhere, or ....). I am still chasing ..=
=2E.
>=20
> Apologies, but are you serious?..
>=20
> $ fgrep -r __uintptr_t /usr/include/
> ...
> /usr/include/x86/_types.h:typedef       __uint64_t      __uintptr_t;
> /usr/include/x86/_types.h:typedef       __uint32_t      __uintptr_t;
> ...
>=20
> This is on an amd64 head system.

#ifdef  __LP64__
=2E..
typedef __uint64_t      __uintptr_t;
#else
=2E..
typedef __uint32_t      __uintptr_t;
#endif

Jung-uk Kim


--lE4i3n44MFwjIlFcdx4Ja8HiPkRWOPq8R--

--fApsAhORnbK3gAKhQAucmRagJwk8alOai
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQEcBAEBCAAGBQJXD8afAAoJEHyflib82/FGRj8H/jPkP243UJZPD6qAVohLx9yl
h+bwxVZCC8fP0eG2vO1skfBX3vCxWfwHxLWeHgKZl+SXfH3pjS/xoU8zwycPqWrQ
FWhe0hVEniHVukpgcFvNBAmgjdKBsSXLwvYLlEJtme/B/lmTfucEnALNLdZ+t7ej
p2Rtq/kGq4aIuZl065NJ0Qu5/uuDKhTmmbIl6z3qvGPRo/kxB/acV1YlPyDka/Jg
4y/1P0c3aHNl72S8aW/EetRktoa9WTiaNgUdY1kFVup3GefSh4Yi+gShVmt7tLmx
cM+53GvvI0UqNsWAZRHITLlT7RlyFWbRoYAdS/8g7XRkuncL749y3wfmbbnOwkM=
=x0B5
-----END PGP SIGNATURE-----

--fApsAhORnbK3gAKhQAucmRagJwk8alOai--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?e446c9e8-83af-14d9-9a59-c74e196ab500>