Ignore:
Timestamp:
2008-05-30T12:01:05+12:00 (16 years ago)
Author:
ak19
Message:

Dr Bainbridge updated the configure and makefiles for GS3 gs2build with 1. COMP32bitFlag stuff and 2. CPP -> CXX stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/trunk/gs2build-extra/packages.configure

    r13980 r15819  
    135135gzip -dc expat-1.95.8.tar.gz | tar -xf -
    136136cd "$PACKAGES/expat/expat-1.95.8" && \
    137 ./configure $CACHE_FILE --prefix=$PACKAGES/expat --bindir="$bindir" $HOSTTARGETFLAGS $ENVIRONMENT
     137CFLAGS="$CFLAGS $COMPAT32BITFLAGS" CXXFLAGS="$CXXFLAGS $COMPAT32BITFLAGS" LDFLAGS="$LDFLAGS $COMPAT32BITFLAGS" ./configure $CACHE_FILE --prefix=$PACKAGES/expat --bindir="$bindir" $HOSTTARGETFLAGS $ENVIRONMENT
    138138
    139139# configure XML::Parser perl module
Note: See TracChangeset for help on using the changeset viewer.