• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/libmpeg2/0004-fix-sparc.patch
Waldemar BrodkorbWaldemar Brodkorb committed 43155c5b4c427 Apr 2017
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
Do not use sparcv9 optimization flags for sparcv8 builds
2
​
3
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
4
​
5
diff -Nur libmpeg2-0.5.1.orig/configure.ac libmpeg2-0.5.1/configure.ac
6
--- libmpeg2-0.5.1.orig/configure.ac    2008-07-18 16:30:17.000000000 +0200
7
+++ libmpeg2-0.5.1/configure.ac 2017-04-26 21:09:15.780838339 +0200
8
@@ -95,7 +95,7 @@
9
        break
10
        fi
11
    done;;
12
-    sparc-* | sparc64-*)
13
+    sparc64-*)
14
    AC_DEFINE([ARCH_SPARC],,[sparc architecture])
15
    TRY_CFLAGS="$OPT_CFLAGS -mcpu=ultrasparc -mvis"
16
    AC_TRY_CFLAGS([$TRY_CFLAGS $CFLAGS],[OPT_CFLAGS="$TRY_CFLAGS"]);;
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.