• 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/libmad/0003-remove-deprecated-cflags.patch
Peter KorsgaardPeter Korsgaard committed 298cd8eaa2103 Feb 2015
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
libmad: remove deprecated cflags (-fforce-mem)
2
​
3
fforce-mem has long been deprecated, and is completely removed from
4
gcc 4.3.x on.
5
---
6
 configure    |    1 -
7
 configure.ac |    1 -
8
 2 files changed, 2 deletions(-)
9
​
10
Index: libmad-0.15.1b/configure.ac
11
===================================================================
12
--- libmad-0.15.1b.orig/configure.ac
13
+++ libmad-0.15.1b/configure.ac
14
@@ -140,7 +140,6 @@
15
     case "$optimize" in
16
    -O|"-O "*)
17
        optimize="-O"
18
-       optimize="$optimize -fforce-mem"
19
        optimize="$optimize -fforce-addr"
20
        : #x optimize="$optimize -finline-functions"
21
        : #- optimize="$optimize -fstrength-reduce"
22
Index: libmad-0.15.1b/configure
23
===================================================================
24
--- libmad-0.15.1b.orig/configure
25
+++ libmad-0.15.1b/configure
26
@@ -19099,7 +19099,6 @@
27
     case "$optimize" in
28
    -O|"-O "*)
29
        optimize="-O"
30
-       optimize="$optimize -fforce-mem"
31
        optimize="$optimize -fforce-addr"
32
        : #x optimize="$optimize -finline-functions"
33
        : #- optimize="$optimize -fstrength-reduce"
  • 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.