summaryrefslogtreecommitdiff
path: root/binary/mingw/gcc-configure
blob: 016e7d23998fadeab1054425730a23c87fdeafcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#! /bin/sh

# Try to configure a build similar to MinGW's.
#
# NOTE: update gcc-headers/ if changing the configuration.
#
../gcc/configure \
--with-pkgversion="ODB special" \
--with-bugurl="http://www.codesynthesis.com/products/odb/" \
--host i686-mingw32 \
--target i686-mingw32 \
--prefix=/mingw \
--with-sysroot=/mingw \
--with-dwarf2 \
--enable-languages=c,c++ \
--enable-shared \
--enable-threads=win32 \
--disable-libssp \
--disable-libgomp \
--disable-graphite \
--enable-version-specific-runtime-libs \
--disable-sjlj-exceptions \
--disable-nls \
--disable-multilib \
--disable-libstdcxx-pch \
--disable-libstdcxx-debug \
--disable-bootstrap \
--disable-win32-registry \
--enable-static-plugin \
--with-stage1-libs=libplugin-stub.a \
CFLAGS=-O2 CXXFLAGS=-O2 LDFLAGS=-s