ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/configure
(Generate patch)

Comparing gvpe/configure (file contents):
Revision 1.9 by pcg, Thu Oct 16 21:57:54 2003 UTC vs.
Revision 1.10 by pcg, Sun Oct 19 17:11:14 2003 UTC

9379 9379
9380if $CXX -v --help 2>&1 | grep -q fexceptions; then 9380if $CXX -v --help 2>&1 | grep -q fexceptions; then
9381 CXXFLAGS="$CXXFLAGS -fno-exceptions" 9381 CXXFLAGS="$CXXFLAGS -fno-exceptions"
9382fi 9382fi
9383 9383
9384if $CXX -v --help 2>&1 | grep -q ffunction-sections; then
9385 CXXFLAGS="$CXXFLAGS -ffunction-sections"
9386fi
9387
9388if $LD -v --help 2>&1 | grep -q gc-sections; then
9389 LDFLAGS="$LDFLAGS -Wl,--gc-sections"
9390fi
9391 9384
9392 9385
9393 9386
9394 9387
9395 9388

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines