SHA256
2
0

Accepting request 357091 from openSUSE:Factory:Staging:Gcc6

- Force -std=gnu++98 for C++ testcases.

OBS-URL: https://build.opensuse.org/request/show/357091
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gc?expand=0&rev=34
This commit is contained in:
Marcus Meissner 2016-02-01 10:31:01 +00:00 committed by Git OBS Bridge
parent 920622763b
commit 5bc5251096
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 1 10:03:41 UTC 2016 - rguenther@suse.com
- Force -std=gnu++98 for C++ testcases.
-------------------------------------------------------------------
Thu Mar 5 09:42:40 UTC 2015 - jengelh@inai.de

View File

@ -1,7 +1,7 @@
#
# spec file for package gc
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -83,6 +83,7 @@ autoreconf -fi
# see bugzilla.redhat.com/689877
CPPFLAGS="-DUSE_GET_STACKBASE_FOR_MAIN"; export CPPFLAGS
CXXFLAGS="$RPM_OPT_FLAGS -std=gnu++98"; export CXXFLAGS
%configure --disable-static \
--with-pic \