aboutsummaryrefslogtreecommitdiffstats
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/gcc-cross_3.3.3.oe1
-rw-r--r--gcc/gcc-cross_3.4.0.oe1
-rw-r--r--gcc/gcc_3.3.3.oe1
-rw-r--r--gcc/gcc_3.4.0.oe1
4 files changed, 4 insertions, 0 deletions
diff --git a/gcc/gcc-cross_3.3.3.oe b/gcc/gcc-cross_3.3.3.oe
index 5619ce6b59..1c2dee94cc 100644
--- a/gcc/gcc-cross_3.3.3.oe
+++ b/gcc/gcc-cross_3.3.3.oe
@@ -23,6 +23,7 @@ do_configure () {
export LD="${TARGET_SYS}-ld"
export NM="${TARGET_SYS}-nm"
rm -f ${CROSS_DIR}/lib/gcc-lib/${TARGET_SYS}/${PV}/libgcc_eh.a
+ gnu-configize
oe_runconf
}
diff --git a/gcc/gcc-cross_3.4.0.oe b/gcc/gcc-cross_3.4.0.oe
index 6d68eaeb65..629bdf9bba 100644
--- a/gcc/gcc-cross_3.4.0.oe
+++ b/gcc/gcc-cross_3.4.0.oe
@@ -19,6 +19,7 @@ export LDFLAGS = ""
do_configure () {
rm -f ${CROSS_DIR}/lib/gcc/${TARGET_SYS}/${PV}/libgcc_eh.a
+ gnu-configize
oe_runconf
}
diff --git a/gcc/gcc_3.3.3.oe b/gcc/gcc_3.3.3.oe
index c5e3351b02..72cd81c19b 100644
--- a/gcc/gcc_3.3.3.oe
+++ b/gcc/gcc_3.3.3.oe
@@ -176,6 +176,7 @@ do_configure () {
export AR_FOR_TARGET="${HOST_PREFIX}ar"
export RANLIB_FOR_TARGET="${HOST_PREFIX}ranlib"
fi
+ gnu-configize
oe_runconf
}
diff --git a/gcc/gcc_3.4.0.oe b/gcc/gcc_3.4.0.oe
index ee26a23fc4..d77e889065 100644
--- a/gcc/gcc_3.4.0.oe
+++ b/gcc/gcc_3.4.0.oe
@@ -170,6 +170,7 @@ do_configure () {
export AR_FOR_TARGET="${HOST_PREFIX}ar"
export RANLIB_FOR_TARGET="${HOST_PREFIX}ranlib"
fi
+ gnu-configize
oe_runconf
}