Don't add -m32/-m64 to CXXFLAGS
authorSven Joachim <svenjoac@gmx.de>
Tue, 12 Mar 2019 23:54:56 +0000 (23:54 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Tue, 12 Mar 2019 23:54:56 +0000 (23:54 +0000)
commit30857ba8158f1770c07219882128fc2c0c259dd8
tree69ef337056696f76fe1320bf0714ee8bdc97644c
parent71edce01a57e208e577a15846c261e02d2b989ad
Don't add -m32/-m64 to CXXFLAGS

Bug-Debian: https://bugs.debian.org/843922
Last-Update: 2016-11-11

Adding those is not only unnecessary, but actually breaks the build on
many architectures, since g++ does not recognize them when built without
multilib support.

Gbp-Pq: Name cxxflags.patch
src/Makefile