diff options
author | Chris Larson <clarson@kergoth.com> | 2004-07-28 18:11:39 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-07-28 18:11:39 +0000 |
commit | 8b48d03094bf8737389c9609f4428f6fc19d0d6e (patch) | |
tree | 3ede04e9bfcc7ae4df79aff092fd51697eeaba96 /gcc/gcc-cross-initial_3.3.3.oe | |
parent | 3f10ae387d90e9b93482d5cbda904915cdc68fd2 (diff) |
s/get_fpu_setting/get_gcc_fpu_setting/g;
BKrev: 4107ec5beOxqwaE25TnRAIrQC3xrPQ
Diffstat (limited to 'gcc/gcc-cross-initial_3.3.3.oe')
-rw-r--r-- | gcc/gcc-cross-initial_3.3.3.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcc-cross-initial_3.3.3.oe b/gcc/gcc-cross-initial_3.3.3.oe index f26b1d9e5b..0218166e43 100644 --- a/gcc/gcc-cross-initial_3.3.3.oe +++ b/gcc/gcc-cross-initial_3.3.3.oe @@ -14,7 +14,7 @@ EXTRA_OECONF = "--with-local-prefix=${CROSS_DIR}/${TARGET_SYS} \ --enable-languages=c \ --enable-target-optspace \ --program-prefix=${TARGET_PREFIX} \ - ${@get_fpu_setting(oe, d)}" + ${@get_gcc_fpu_setting(oe, d)}" do_stage_prepend () { mkdir -p ${CROSS_DIR}/lib/gcc-lib/${TARGET_SYS}/${PV} |