This is the mail archive of the crossgcc@sourceware.org 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]

Re: [success] crosstool-0.38 host=darwin target=linux



i forgot to say in my previous emails that MAKEFLAGS="-r" is also required to build binutils on darwin.


Mitch

my sdk-linux.sh script ...

------------------

#!/bin/sh
set -ex

export TARBALLS_DIR=/Archive/crosstool-0.38/downloads
export SRC_DIR=/Archive/crosstool-0.38/source
export RESULT_TOP=/Developer/SDKs/gcc-4.0.2-linux.sdk
export GCC_LANGUAGES="c,objc"
export MAKEFLAGS="-r"
export PARALLELMFLAGS='-j 8'

# Really, you should do the mkdir before running this,
# and chown /opt/crosstool to yourself so you don't need to run as root.

mkdir -p $RESULT_TOP
rm -rf $RESULT_TOP/*

eval `cat i686.dat gcc-4.0.2-glibc-2.3.5.dat` sh all.sh --notest

cp -r /usr/local/include/gsl /Developer/SDKs/gcc-4.0.2-linux.sdk/ gcc-4.0.2-glibc-2.3.5/i686-unknown-linux-gnu/i686-unknown-linux-gnu/ include

cp /usr/local/linux/libatlas.a /usr/local/linux/libcblas.a /usr/local/ linux/libgsl.a /Developer/SDKs/gcc-4.0.2-linux.sdk/gcc-4.0.2- glibc-2.3.5/i686-unknown-linux-gnu/i686-unknown-linux-gnu/lib

echo Done.



------
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]