tri.
>From 4d49de6f1a7b0a088fee262ab1e572cb0bb5684e Mon Sep 17 00:00:00 2001
From: Dimitri John Ledkov
Date: Wed, 11 Jan 2023 10:11:58 +
Subject: [PATCH] Revert " * debian/patches/gcc-ibmz-plt-revert.diff: Revert
PLT changes from the gcc-11"
This reverts commit 2cc19790c7b125aa0
xnox@diamond:~$ g++ -std=c++14 -dM -E -x c++ - < /dev/null | grep linux
#define __linux__ 1
#define __gnu_linux__ 1
xnox@diamond:~$ g++ -std=gnu++14 -dM -E -x c++ - < /dev/null | grep linux
#define __linux 1
#define __linux__ 1
#define __gnu_linux__ 1
#define linux 1
The same is not observed on o
On 8 August 2015 at 01:01, jnqnfe wrote:
> Further searching has indeed suggested that boost 1.55 is still broken
> and will remain so (e.g. the bug #793222 discussion), and thus I can
> see that 1.57/1.58 is needed as you say. In fact 1.58 is available and
> it's actually just a couple of libreof
3 matches
Mail list logo