updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / pic30-gcc / configure.diff
blob8fc7c04bf2a03d9ff5168662f64ad02bf39fe7fb
1 --- ./configure.in.orig 2009-02-04 08:40:06.000000000 +0100
2 +++ ./configure.in 2009-02-04 09:01:23.000000000 +0100
3 @@ -666,7 +666,12 @@
4 ;;
5 pic30-*-*)
6 extra_host_args="${extra_host_args} --program-prefix=${program_prefix}"
7 noconfigdirs="$noconfigdirs ${target_libs}"
8 + AR_FOR_TARGET="pic30-ar"
9 + AS_FOR_TARGET="pic30-as"
10 + LD_FOR_TARGET="pic30-ld"
11 + NM_FOR_TARGET="pic30-nm"
12 + RANLIB_FOR_TARGET="pic30-ranlib"
13 CC_FOR_TARGET="pic30-gcc"
14 AS_FOR_TARGET="pic30-as"
15 LD_FOR_TARGET="pic30-ld"
16 @@ -2357,4 +2362,6 @@
18 AC_SUBST(SET_GCC_LIB_PATH)
20 +AC_SUBST(program_prefix)
22 AC_OUTPUT(Makefile)