Skip to content
Snippets Groups Projects
Select Git revision
  • 14f18c97b1b1805a8d752a0c0ba07bd09f557a34
  • master default
  • trunk
  • RELEASE_6_5_DRIVEDB
  • RELEASE_6_6_DRIVEDB
  • RELEASE_7_0_DRIVEDB
  • RELEASE_7_2_DRIVEDB
  • RELEASE_7_3_DRIVEDB
  • RELEASE_6_0_DRIVEDB
  • RELEASE_6_1_DRIVEDB
  • RELEASE_6_2_DRIVEDB
  • RELEASE_6_3_DRIVEDB
  • RELEASE_6_4_DRIVEDB
  • tags/RELEASE_7_4
  • tags/RELEASE_7_3
  • RELEASE_5_41_DRIVEDB
  • RELEASE_5_42_DRIVEDB
  • RELEASE_5_43_DRIVEDB
  • tags/RELEASE_7_2
  • tags/RELEASE_7_1
  • tags/RELEASE_7_0
  • RELEASE_5_40_DRIVEDB
22 results

config

Blame
  • x86-mingw32-build.sh.conf.patch 1.77 KiB
    --- x86-mingw32-build.sh.conf
    +++ x86-mingw32-build.sh.conf	2009-03-13 12:08:40.000000000 +0100
    @@ -35,16 +35,16 @@
     #    the `x86-mingw32-build.sh.hosts' file for the `mirror' field
     #    in the following URL, to establish a default download host.
     #
    -     assume DOWNLOAD_HOST     http://mirror.dl.sourceforge.net/mingw
    +     assume DOWNLOAD_HOST     http://mesh.dl.sourceforge.net/mingw
     #
     # 3) Directories to use for temporary working space, package storage,
     #    and ultimate compiler installation.  You should adjust these to
     #    match your own host configuration; note that you MUST have WRITE
     #    permission for each directory specified.
     #
    -     assume WORKING_DIR                   $HOME/tmp/mingw-3.4.5
    -     assume PACKAGE_DIR                   $HOME/packages/mingw-3.4.5
    -     assume INSTALL_DIR                   $HOME/mingw32
    +     assume WORKING_DIR                   `pwd`/../../../build/mingw
    +     assume PACKAGE_DIR                   `pwd`/../packages
    +     assume INSTALL_DIR                   `pwd`/../../../install
     #
     # 4) Package versions, from which the compiler will be built.
     #
    @@ -92,11 +92,11 @@
     #    the corresponding package is available in the PACKAGE_DIR, or
     #    if it is selected for download.
     #
    -     option GCC_LANGUAGE_OPTIONS          ada
    +#    option GCC_LANGUAGE_OPTIONS          ada
          option GCC_LANGUAGE_OPTIONS          c++
    -     option GCC_LANGUAGE_OPTIONS          f77
    -     option GCC_LANGUAGE_OPTIONS          java
    -     option GCC_LANGUAGE_OPTIONS          objc
    +#    option GCC_LANGUAGE_OPTIONS          f77
    +#    option GCC_LANGUAGE_OPTIONS          java
    +#    option GCC_LANGUAGE_OPTIONS          objc
     #
     # 8) User preferences for configuration options.  These have been
     #    preconfigured to match the setup of the prebuilt compiler suite,