• 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/liblinear/0001-blas-don-t-overwrite-ar-options.patch
Romain NaourRomain Naour committed 0f3a8f561d414 Dec 2014
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
From cae4c3b80fee0f3637d70f6d33946888c8105637 Mon Sep 17 00:00:00 2001
2
From: Romain Naour <romain.naour@openwide.fr>
3
Date: Sat, 13 Dec 2014 17:16:58 +0100
4
Subject: [PATCH 1/1] blas: don't overwrite ar options
5
​
6
ar's rcv options get lost when AR is passed on
7
the command line.
8
​
9
Signed-off-by: Romain Naour <romain.naour@openwide.fr>
10
---
11
 blas/Makefile | 4 ++--
12
 1 file changed, 2 insertions(+), 2 deletions(-)
13
​
14
diff --git a/blas/Makefile b/blas/Makefile
15
index 895fd24..78cec9a 100644
16
--- a/blas/Makefile
17
+++ b/blas/Makefile
18
@@ -1,4 +1,4 @@
19
-AR     = ar rcv
20
+AR     = ar
21
 RANLIB = ranlib 
22
 
23
 HEADERS = blas.h blasp.h
24
@@ -8,7 +8,7 @@ CFLAGS = $(OPTFLAGS)
25
 FFLAGS = $(OPTFLAGS)
26
 
27
 blas: $(FILES) $(HEADERS)
28
-   $(AR) blas.a $(FILES)  
29
+   $(AR) rcv blas.a $(FILES)  
30
    $(RANLIB) blas.a
31
 
32
 clean:
33
-- 
34
1.9.3
35
​
  • 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.