This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

a success


hello all, I (think) I've succeeded, I've compiled nasm, and a few kde 
apps with it.

---START OF makechain.sh-------
set -ex
env    TARGET="i686-xxxxx-linux" \
          TARGET_CFLAGS="-O" \
	  USE_SYSROOT="yes" \
	  TOOLCOMBO="gcc-3.4.0-glibc-2.3.2" \
	  GCC_DIR="gcc-3.4.0" \
          LINUX_DIR="linux-2.6.6" \
          GLIBC_DIR="glibc-2.3.2" \
          BINUTILS_DIR="binutils-2.15" \
          GLIBCTHREADS_FILENAME="glibc-linuxthreads-2.3.2" \
	  TARBALLS_DIR="/mnt/workshop/toolchain/develop-toolchain/tarballs" \
          SRC_DIR="/mnt/workshop/toolchain/develop-toolchain/sources" \
          TOP_DIR="/mnt/workshop/toolchain/develop-toolchain" \
          PREFIX="/mnt/i686-xxxxx-linux/usr" \
	  sh all.sh --notest
---EOF-------

-- 
Overload -- core meltdown sequence initiated.

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]