diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-12-29 23:56:56 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-12-29 23:59:19 -0800 |
commit | 6f3c454e909d678fec3825909d18a9889f03bc36 (patch) | |
tree | 911fceb45f6ac3c9255fc7cb8cd09f684aa2e210 /recipes/gcc/gcc-svn/fortran-cross-compile-hack.patch | |
parent | b657b3004d7419c59322bf46edf7a869d5109d40 (diff) |
gcc-svn: Move SRCREV to recipe.
* Delete the unused patches
* Add --with-system-zlib to configure options.
* Add patches needed for uclibc build.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/gcc/gcc-svn/fortran-cross-compile-hack.patch')
-rw-r--r-- | recipes/gcc/gcc-svn/fortran-cross-compile-hack.patch | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/recipes/gcc/gcc-svn/fortran-cross-compile-hack.patch b/recipes/gcc/gcc-svn/fortran-cross-compile-hack.patch deleted file mode 100644 index b3d38ad983..0000000000 --- a/recipes/gcc/gcc-svn/fortran-cross-compile-hack.patch +++ /dev/null @@ -1,30 +0,0 @@ -* Fortran would have searched for arm-angstrom-gnueabi-gfortran but would have used - used gfortan. For gcc_4.2.2.bb we want to use the gfortran compiler from our cross - directory. - -diff --git a/libgfortran/configure b/libgfortran/configure -index f7d86fb..d0966ec 100755 ---- a/libgfortran/configure -+++ b/libgfortran/configure -@@ -4475,6 +4475,6 @@ exec 5>>./config.log - - # We need gfortran to compile parts of the library - #AC_PROG_FC(gfortran) --FC="$GFORTRAN" -+#FC="$GFORTRAN" - ac_ext=${FC_SRCEXT-f} - ac_compile='$FC -c $FCFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext >&5' -\ No newline at end of file -diff --git a/libgfortran/configure.ac b/libgfortran/configure.ac -index 4661306..9f83e55 100644 ---- a/libgfortran/configure.ac -+++ b/libgfortran/configure.ac -@@ -140,7 +140,7 @@ AC_SUBST(enable_static) - - # We need gfortran to compile parts of the library - #AC_PROG_FC(gfortran) --FC="$GFORTRAN" -+#FC="$GFORTRAN" - AC_PROG_FC(gfortran) - - # extra LD Flags which are required for targets |