forked from Imagelibrary/rtems
Modified to enable thread safe libraries.
This commit is contained in:
@@ -75,7 +75,7 @@ This is gcc's and newlib C Library's sources with patches for RTEMS.
|
|||||||
cd build
|
cd build
|
||||||
../gcc-@gcc_version@/configure --target=@target_alias@ \
|
../gcc-@gcc_version@/configure --target=@target_alias@ \
|
||||||
--with-gnu-as --with-gnu-ld --with-newlib --verbose \
|
--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
|
# for now we are building all the languages
|
||||||
# '--enable-languages=c,c++'
|
# '--enable-languages=c,c++'
|
||||||
|
|||||||
@@ -91,7 +91,7 @@ This is gcc and newlib C Library for @target_alias@.
|
|||||||
cd build
|
cd build
|
||||||
../gcc-@gcc_version@/configure --target=@target_alias@ \
|
../gcc-@gcc_version@/configure --target=@target_alias@ \
|
||||||
--with-gnu-as --with-gnu-ld --with-newlib --verbose \
|
--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 all
|
||||||
make info
|
make info
|
||||||
|
|||||||
Reference in New Issue
Block a user