diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2011-10-11 11:38:31 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-11-09 00:08:43 +0100 |
commit | 8bb17cd44168ee55573330d0288a8b349dfbc498 (patch) | |
tree | 8f72df830fbfa2b5049321abc161a00a998d4719 /package/liboil/liboil-0.3.15-arm-vfp.patch | |
parent | 3ac00334d6373c47e5b45f7e2d3801411417c52f (diff) | |
download | buildroot-novena-8bb17cd44168ee55573330d0288a8b349dfbc498.tar.gz buildroot-novena-8bb17cd44168ee55573330d0288a8b349dfbc498.zip |
liboil: remove deprecated
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/liboil/liboil-0.3.15-arm-vfp.patch')
-rw-r--r-- | package/liboil/liboil-0.3.15-arm-vfp.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/package/liboil/liboil-0.3.15-arm-vfp.patch b/package/liboil/liboil-0.3.15-arm-vfp.patch deleted file mode 100644 index 815c9bb9a..000000000 --- a/package/liboil/liboil-0.3.15-arm-vfp.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff --git a/configure.ac b/configure.ac -index 06a0ac9..b8d1640 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -158,7 +158,10 @@ if test x$HAVE_GCC_ASM = xyes -a x$HAVE_POWERPC = xyes ; then - true) - fi - --if test x$HAVE_GCC_ASM = xyes -a x$HAVE_ARM = xyes ; then -+AC_ARG_ENABLE(vfp, -+ AC_HELP_STRING([--enable-vfp],[compile with Vector Floating-point unit support]), -+ enable_vfp=$enableval,enable_vfp=yes) -+if test "x$enable-vfp" = xyes -a x$HAVE_GCC_ASM = xyes -a x$HAVE_ARM = xyes; then - AS_COMPILER_FLAG(["-Wa,-mfpu=vfp"], - [LIBOIL_CFLAGS="$LIBOIL_CFLAGS -mfpu=vfp"], - true) |