summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-05-16 18:39:39 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-05-16 18:39:39 +0000
commitb6206ccbad1748367ca0d22c5d163a42bb369386 (patch)
tree76cb2504620052e858ee22ac7d2dbcdafef5dfe2 /scripts
parentPatch from Eric Norum <eric@cls.usask.ca> to fix bug from (diff)
downloadrtems-b6206ccbad1748367ca0d22c5d163a42bb369386.tar.bz2
Modified to enable thread safe libraries.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/gccnewlib/gccnewlib.spec.in2
-rw-r--r--scripts/gccnewlib/gccnewlib_c_only.spec.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/gccnewlib/gccnewlib.spec.in b/scripts/gccnewlib/gccnewlib.spec.in
index abbf382a34..646e885cd9 100644
--- a/scripts/gccnewlib/gccnewlib.spec.in
+++ b/scripts/gccnewlib/gccnewlib.spec.in
@@ -75,7 +75,7 @@ This is gcc's and newlib C Library's sources with patches for RTEMS.
cd build
../gcc-@gcc_version@/configure --target=@target_alias@ \
--with-gnu-as --with-gnu-ld --with-newlib --verbose \
- --prefix=/opt/rtems
+ --enable-threads --prefix=/opt/rtems
# for now we are building all the languages
# '--enable-languages=c,c++'
diff --git a/scripts/gccnewlib/gccnewlib_c_only.spec.in b/scripts/gccnewlib/gccnewlib_c_only.spec.in
index a543e3b1b4..ff7c583a66 100644
--- a/scripts/gccnewlib/gccnewlib_c_only.spec.in
+++ b/scripts/gccnewlib/gccnewlib_c_only.spec.in
@@ -91,7 +91,7 @@ This is gcc and newlib C Library for @target_alias@.
cd build
../gcc-@gcc_version@/configure --target=@target_alias@ \
--with-gnu-as --with-gnu-ld --with-newlib --verbose \
- --prefix=/opt/rtems '--enable-languages=c,c++'
+ --enable-threads --prefix=/opt/rtems '--enable-languages=c,c++'
make all
make info