simple renaming

This commit is contained in:
Troy 2009-07-17 00:19:18 +04:00
parent 0a28befe3c
commit 9d619b15d1
6 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,11 @@
mkdir ../gcc-build &&
cd ../gcc-build &&
../gcc-4.1.2/configure \
--prefix=/usr \
--libexecdir=/usr/lib \
--enable-shared \
--enable-threads=posix \
--enable-__cxa_atexit \
--enable-clocale=gnu \
--enable-languages=c,c++
# --enable-languages=c,c++,ada,fortran,java,objc,treelang &&

View file

@ -0,0 +1,2 @@
./configure --with-gmp=/usr/local