summaryrefslogtreecommitdiffstats
path: root/scripts/gcc3newlib/gccnewlib.add
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/gcc3newlib/gccnewlib.add')
-rw-r--r--scripts/gcc3newlib/gccnewlib.add6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/gcc3newlib/gccnewlib.add b/scripts/gcc3newlib/gccnewlib.add
index c9feace299..8de0ed8626 100644
--- a/scripts/gcc3newlib/gccnewlib.add
+++ b/scripts/gcc3newlib/gccnewlib.add
@@ -73,9 +73,9 @@ This is gcc's and newlib C Library's sources with patches for RTEMS.
cd build
# HACK: This should be %{target} != %{build}, but SuSE's rpm screws it.
-%if "%{_target_os}" != "%{_build_os}"
- CONFIGURE_ARGS="--build=%{_build} --host=%{_target}"
-%endif
+# %if "%{_target_os}" != "%{_build_os}"
+# CONFIGURE_ARGS="--build=%{_build} --host=%{_target}"
+# %endif
../gcc-@gcc_version@/configure $CONFIGURE_ARGS --target=@target_alias@ \
--with-gnu-as --with-gnu-ld --with-newlib --verbose \