Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 2aa29a72bfe83e0109f283c71247f237 > files > 30

gcc4.2-4.2.3-6mnb2.src.rpm

--- /dev/null	2007-01-25 16:47:43.000000000 +0100
+++ gcc-4.1.2/gcc/config/t-cross	2007-01-25 16:47:43.000000000 +0100
@@ -0,0 +1,2 @@
+# In Mandrakelinux, cross-compilers are in /usr/TARGET
+NATIVE_SYSTEM_HEADER_DIR = /include
\ No newline at end of file
--- gcc-4.1.2/gcc/config.gcc.cross-build-fixes	2007-01-25 16:47:43.000000000 +0100
+++ gcc-4.1.2/gcc/config.gcc	2007-01-25 16:47:43.000000000 +0100
@@ -3007,3 +3007,8 @@ then
 		target_cpu_default=$target_cpu_default2
 	fi
 fi
+
+# Are we building a cross-compiler for Mandriva Linux?
+if test x"${host}" != x"${target}"; then
+  tmake_file="$tmake_file t-cross"
+fi
--- gcc-4.1.2/gcc/mklibgcc.in.cross-build-fixes	2006-09-21 13:30:29.000000000 +0200
+++ gcc-4.1.2/gcc/mklibgcc.in	2007-01-25 16:47:43.000000000 +0100
@@ -196,7 +196,7 @@ for ml in $MULTILIBS; do
   shlib_slibdir_qual=
   libgcc_a=$dir/libgcc.a
   libgcov_a=$dir/libgcov.a
-  libgcc_eh_a=
+  libgcc_eh_a=$dir/libgcc_eh.a
   libgcc_s_so=
   libunwind_a=
   libunwind_so=
@@ -205,7 +205,6 @@ for ml in $MULTILIBS; do
     libunwind_a=$dir/libunwind.a
   fi
   if [ "$SHLIB_LINK" ]; then
-    libgcc_eh_a=$dir/libgcc_eh.a
     libgcc_s_so=$dir/libgcc_s${SHLIB_EXT}
     if [ "$LIBUNWIND" ]; then
       libunwind_so=$dir/libunwind${SHLIB_EXT}
@@ -868,12 +867,11 @@ for ml in $MULTILIBS; do
   echo '	$(INSTALL_DATA)' ${dir}/libgcov.a ${ldir}/
   echo '	chmod 644'  ${ldir}/libgcov.a
   echo '	$(RANLIB_FOR_TARGET)' ${ldir}/libgcov.a
+  echo '	$(INSTALL_DATA)' ${dir}/libgcc_eh.a ${ldir}/
+  echo '	chmod 644'  ${ldir}/libgcc_eh.a
+  echo '	$(RANLIB_FOR_TARGET)' ${ldir}/libgcc_eh.a
 
   if [ "$SHLIB_LINK" ]; then
-    echo '	$(INSTALL_DATA)' ${dir}/libgcc_eh.a ${ldir}/
-    echo '	chmod 644'  ${ldir}/libgcc_eh.a
-    echo '	$(RANLIB_FOR_TARGET)' ${ldir}/libgcc_eh.a
-
     shlib_slibdir_qual=
     os_multilib_dir=`$GCC_FOR_TARGET $flags --print-multi-os-directory`
     if [ "$os_multilib_dir" != . ]; then
--- gcc-4.1.2/gcc/configure.ac.cross-build-fixes	2007-01-25 16:47:43.000000000 +0100
+++ gcc-4.1.2/gcc/configure.ac	2007-01-25 16:48:35.000000000 +0100
@@ -3099,7 +3099,11 @@ case "$target" in
       [gcc_cv_libc_provides_ssp=no
       if test x$host != x$target || test "x$TARGET_SYSTEM_ROOT" != x; then
 	if test "x$with_sysroot" = x; then
-	  glibc_header_dir="${exec_prefix}/${target_noncanonical}/sys-include"
+	  if test "x$with_build_sysroot" != x && test -d "$with_build_sysroot"; then
+	    glibc_header_dir="${with_build_sysroot}/include"
+	  else
+	    glibc_header_dir="${exec_prefix}/${target_noncanonical}/sys-include"
+	  fi
 	elif test "x$with_sysroot" = xyes; then
 	  glibc_header_dir="${exec_prefix}/${target_noncanonical}/sys-root/usr/include"
 	else
@@ -3144,7 +3148,11 @@ case "$target" in
       [gcc_cv_target_ldbl128=no
       if test x$host != x$target || test "x$TARGET_SYSTEM_ROOT" != x; then
 	if test "x$with_sysroot" = x; then
-	  glibc_header_dir="${exec_prefix}/${target_noncanonical}/sys-include"
+	  if test "x$with_build_sysroot" != x && test -d "$with_build_sysroot"; then
+	    glibc_header_dir="${with_build_sysroot}/include"
+	  else
+	    glibc_header_dir="${exec_prefix}/${target_noncanonical}/sys-include"
+	  fi
 	elif test "x$with_sysroot" = xyes; then
 	  glibc_header_dir="${exec_prefix}/${target_noncanonical}/sys-root/usr/include"
 	else
--- gcc-4.1.2/gcc/configure.cross-build-fixes	2007-01-25 16:47:43.000000000 +0100
+++ gcc-4.1.2/gcc/configure	2007-01-25 16:49:04.000000000 +0100
@@ -16177,9 +16177,15 @@ else
   gcc_cv_libc_provides_ssp=no
       if test x$host != x$target || test "x$TARGET_SYSTEM_ROOT" != x; then
 	if test "x$with_sysroot" = x; then
-	  glibc_header_dir="${exec_prefix}/${target_noncanonical}/sys-include"
+	  if test "x$with_build_sysroot" != x && test -d "$with_build_sysroot"; then
+	    glibc_header_dir="${with_build_sysroot}/include"
+	  else
+	    glibc_header_dir="${exec_prefix}/${target_noncanonical}/sys-include"
+	  fi
 	elif test "x$with_sysroot" = xyes; then
 	  glibc_header_dir="${exec_prefix}/${target_noncanonical}/sys-root/usr/include"
+	elif test "x$with_build_sysroot" != x && test -d "$with_build_sysroot"; then
+	  glibc_header_dir="${with_build_sysroot}/include"
 	else
 	  glibc_header_dir="${with_sysroot}/usr/include"
 	fi
@@ -16231,9 +16237,15 @@ else
   gcc_cv_target_ldbl128=no
       if test x$host != x$target || test "x$TARGET_SYSTEM_ROOT" != x; then
 	if test "x$with_sysroot" = x; then
-	  glibc_header_dir="${exec_prefix}/${target_noncanonical}/sys-include"
+	  if test "x$with_build_sysroot" != x && test -d "$with_build_sysroot"; then
+	    glibc_header_dir="${with_build_sysroot}/include"
+	  else
+	    glibc_header_dir="${exec_prefix}/${target_noncanonical}/sys-include"
+	  fi
 	elif test "x$with_sysroot" = xyes; then
 	  glibc_header_dir="${exec_prefix}/${target_noncanonical}/sys-root/usr/include"
+	elif test "x$with_build_sysroot" != x && test -d "$with_build_sysroot"; then
+	  glibc_header_dir="${with_build_sysroot}/include"
 	else
 	  glibc_header_dir="${with_sysroot}/usr/include"
 	fi
--- gcc-4.1.2/configure.in.cross-build-fixes	2007-01-25 16:47:43.000000000 +0100
+++ gcc-4.1.2/configure.in	2007-01-25 16:47:43.000000000 +0100
@@ -2049,7 +2049,13 @@ CFLAGS_FOR_BUILD=${CFLAGS_FOR_BUILD-${CF
 # being built; programs in there won't even run.
 if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
   # Search for pre-installed headers if nothing else fits.
-  FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
+  FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/'
+  if test "${with_build_sysroot+set}" = set; then
+    sysroot_dir="$with_build_sysroot"
+  else
+    sysroot_dir='$(build_tooldir)/'
+  fi
+  FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -isystem $sysroot_dir/include -isystem $sysroot_dir/sys-include"
 fi
 
 if test "x${use_gnu_ld}" = x &&
--- gcc-4.1.2/configure.cross-build-fixes	2007-01-25 16:47:43.000000000 +0100
+++ gcc-4.1.2/configure	2007-01-25 16:47:43.000000000 +0100
@@ -3260,7 +3260,13 @@ CFLAGS_FOR_BUILD=${CFLAGS_FOR_BUILD-${CF
 # being built; programs in there won't even run.
 if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
   # Search for pre-installed headers if nothing else fits.
-  FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
+  FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/'
+  if test "${with_build_sysroot+set}" = set; then
+    sysroot_dir="$with_build_sysroot"
+  else
+    sysroot_dir='$(build_tooldir)/'
+  fi
+  FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET" -isystem $sysroot_dir/include -isystem $sysroot_dir/sys-include"
 fi
 
 if test "x${use_gnu_ld}" = x &&