summaryrefslogtreecommitdiffstats
path: root/scripts/gcc3newlib
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-16 23:43:23 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-16 23:43:23 +0000
commit3f60b2aaff9346f5cf6e83eddabf6a7daaec650a (patch)
tree1c3cc1b5734a582a053a088b59b176b34490da5f /scripts/gcc3newlib
parent2002-04-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-3f60b2aaff9346f5cf6e83eddabf6a7daaec650a.tar.bz2
2001-04-16 Joel Sherrill <joel@OARcorp.com>
* .cvsignore: Added files added by automake 1.6.1. * setup.def: New shot at gcc 3.0.4 RPMs. * binutils/Makefile.am, gdb/Makefile.am, rtems/Makefile.am: Deleted m68k-rtemself. * gcc3newlib/gccnewlib.add: Commented out host/target OS check.
Diffstat (limited to 'scripts/gcc3newlib')
-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 \