summaryrefslogtreecommitdiffstats
path: root/src/gcc.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2009-09-20 11:59:54 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2009-09-20 11:59:54 (GMT)
commit4bf7a58c9e319c3495e1a32ce5a0a260e0ef2ebc (patch)
treeeef9f6e041bfbeddf129b7d3f0d8914663429bbb /src/gcc.mk
parent0f5187c1948760df191d28f7a24fa6ebf8abd79a (diff)
downloadmxe-4bf7a58c9e319c3495e1a32ce5a0a260e0ef2ebc.zip
mxe-4bf7a58c9e319c3495e1a32ce5a0a260e0ef2ebc.tar.gz
mxe-4bf7a58c9e319c3495e1a32ce5a0a260e0ef2ebc.tar.bz2
improved coding style
Diffstat (limited to 'src/gcc.mk')
-rw-r--r--src/gcc.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gcc.mk b/src/gcc.mk
index 33512c5..50fff4f 100644
--- a/src/gcc.mk
+++ b/src/gcc.mk
@@ -67,7 +67,7 @@ define $(PKG)_BUILD
mv '$(1)/$(gcc-mpfr_SUBDIR)' '$(1)/$(gcc-core_SUBDIR)/mpfr'
# build everything of GCC except libgomp and libmudflap
mkdir '$(1)/build'
- cd '$(1)/build' && '$(1)/$(gcc-core_SUBDIR)/configure' \
+ cd '$(1)/build' && '$(1)/$(gcc-core_SUBDIR)/configure' \
$(gcc_CONFIGURE_OPTIONS) \
--enable-threads=win32 \
--disable-libgomp \
@@ -87,7 +87,7 @@ define $(PKG)_BUILD
# build libgomp
$(SED) 's,cross_compiling=no,cross_compiling=yes,' -i '$(1)/$(gcc-core_SUBDIR)/libgomp/configure'
mkdir '$(1)/build/$(TARGET)/libgomp'
- cd '$(1)/build/$(TARGET)/libgomp' && '$(1)/$(gcc-core_SUBDIR)/libgomp/configure' \
+ cd '$(1)/build/$(TARGET)/libgomp' && '$(1)/$(gcc-core_SUBDIR)/libgomp/configure' \
$(gcc_CONFIGURE_OPTIONS) \
--host='$(TARGET)' \
LIBS='-lws2_32'