comparison sources/sections/gcc.sh @ 1776:398efd71a43e draft

More fiddling with sh2 target and elf2flt.
author Rob Landley <rob@landley.net>
date Tue, 14 Jul 2015 19:38:54 -0500
parents a2e491cd0800
children 142fbabc43db
comparison
equal deleted inserted replaced
1775:c197b67b381a 1776:398efd71a43e
66 ac_cv_path_RANLIB_FOR_TARGET="${ARCH}-ranlib" \ 66 ac_cv_path_RANLIB_FOR_TARGET="${ARCH}-ranlib" \
67 ac_cv_path_NM_FOR_TARGET="${ARCH}-nm" \ 67 ac_cv_path_NM_FOR_TARGET="${ARCH}-nm" \
68 ac_cv_path_AS_FOR_TARGET="${ARCH}-as" \ 68 ac_cv_path_AS_FOR_TARGET="${ARCH}-as" \
69 ac_cv_path_LD_FOR_TARGET="${ARCH}-ld" \ 69 ac_cv_path_LD_FOR_TARGET="${ARCH}-ld" \
70 configure_gcc --enable-threads=posix --enable-shared \ 70 configure_gcc --enable-threads=posix --enable-shared \
71 --build="$CROSS_HOST" --host="$CROSS_TARGET" 71 --build="$CROSS_HOST" --host="${CROSS_TARGET/unknown/walrus}"
72 fi 72 fi
73 73
74 # Now that it's configured, build and install gcc 74 # Now that it's configured, build and install gcc
75 75
76 make -j $CPUS configure-host && 76 make -j $CPUS configure-host &&