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

Comparing gvpe/configure (file contents):
Revision 1.8 by pcg, Thu Oct 16 20:35:14 2003 UTC vs.
Revision 1.10 by pcg, Sun Oct 19 17:11:14 2003 UTC

6306IFTYPE=$IFTYPE 6306IFTYPE=$IFTYPE
6307 6307
6308IFSUBTYPE=$IFSUBTYPE 6308IFSUBTYPE=$IFSUBTYPE
6309 6309
6310 6310
6311cat >>confdefs.h <<_ACEOF
6312#define IFTYPE "$IFTYPE"
6313_ACEOF
6314
6315
6316cat >>confdefs.h <<_ACEOF
6317#define IFSUBTYPE "$IFSUBTYPE"
6318_ACEOF
6319
6320
6311cat >confcache <<\_ACEOF 6321cat >confcache <<\_ACEOF
6312# This file is a shell script that caches the results of configure 6322# This file is a shell script that caches the results of configure
6313# tests run on this system so they can be shared between configure 6323# tests run on this system so they can be shared between configure
6314# scripts and configure runs, see configure's option --config-cache. 6324# scripts and configure runs, see configure's option --config-cache.
6315# It is not useful on other systems. If it contains results you don't 6325# It is not useful on other systems. If it contains results you don't
9369 9379
9370if $CXX -v --help 2>&1 | grep -q fexceptions; then 9380if $CXX -v --help 2>&1 | grep -q fexceptions; then
9371 CXXFLAGS="$CXXFLAGS -fno-exceptions" 9381 CXXFLAGS="$CXXFLAGS -fno-exceptions"
9372fi 9382fi
9373 9383
9374if $CXX -v --help 2>&1 | grep -q ffunction-sections; then
9375 CXXFLAGS="$CXXFLAGS -ffunction-sections"
9376fi
9377
9378if $LD -v --help 2>&1 | grep -q gc-sections; then
9379 LDFLAGS="$LDFLAGS -Wl,--gc-sections"
9380fi
9381 9384
9382 9385
9383 9386
9384 9387
9385 9388

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines