Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 212221 | Differences between
and this patch

Collapse All | Expand All

(-)a/Configure (-2 / +2 lines)
Lines 6145-6151 echo "" Link Here
6145
6145
6146
if  [ $g4_gmake = y ] ; then
6146
if  [ $g4_gmake = y ] ; then
6147
6147
6148
g4make=gmake
6148
g4make="gmake "`echo $MAKEOPTS`
6149
6149
6150
g4message=`cat << EOM
6150
g4message=`cat << EOM
6151
6151
Lines 6159-6165 fi Link Here
6159
6159
6160
if [ $g4_gmake = n ] && [ $g4_make = y ] ; then
6160
if [ $g4_gmake = n ] && [ $g4_make = y ] ; then
6161
6161
6162
g4make=make
6162
g4make="make "`echo $MAKEOPTS`
6163
6163
6164
g4message=`cat << EOM
6164
g4message=`cat << EOM
6165
6165
(-)a/config/sys/Linux-g++.gmk (-1 / +1 lines)
Lines 5-10 ifeq ($(G4SYSTEM),Linux-g++) Link Here
5
  CXX       := g++
5
  CXX       := g++
6
  CXXFLAGS  := -W -Wall -ansi -pedantic -Wno-non-virtual-dtor -Wno-long-long
6
  CXXFLAGS  := -W -Wall -ansi -pedantic -Wno-non-virtual-dtor -Wno-long-long
7
  CXXFLAGS  += -Wwrite-strings -Wpointer-arith -Woverloaded-virtual -pipe
7
  CXXFLAGS  += -Wwrite-strings -Wpointer-arith -Woverloaded-virtual -pipe
8
  CXXFLAGS  += $(shell echo $(CFLAGS))
8
#
9
#
9
# Uncomment the following options to activate Pentium4 chip specific
10
# Uncomment the following options to activate Pentium4 chip specific
10
# floating-point operations on the SSE unit. It will allow for more stable
11
# floating-point operations on the SSE unit. It will allow for more stable
11
- 

Return to bug 212221