• 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/ne10/0001-CMakeLists-don-t-hard-code-thumb-code-generation.patch
Clayton ShotwellClayton Shotwell committed 8cdf680799d11 Mar 2015
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
From 9ff39800cec5f1dabba246b253794582d611bc6d Mon Sep 17 00:00:00 2001
2
From: Baruch Siach <baruch@tkos.co.il>
3
Date: Fri, 20 Feb 2015 10:44:15 -0600
4
Subject: [PATCH] CMakeLists: don't hard code thumb code generation
5
​
6
Migrating to version 1.2.0
7
​
8
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
9
Signed-off-by: Clayton Shotwell <clayton.shotwell@rockwellcollins.com>
10
---
11
 CMakeLists.txt | 2 +-
12
 1 file changed, 1 insertion(+), 1 deletion(-)
13
​
14
diff --git a/CMakeLists.txt b/CMakeLists.txt
15
index fdf01ec..34ae26e 100644
16
--- a/CMakeLists.txt
17
+++ b/CMakeLists.txt
18
@@ -84,7 +84,7 @@ if(ANDROID_PLATFORM)
19
     ${ANDROID_TOOLCHAIN_PATH}/arm-linux-androideabi-ar
20
     ${ANDROID_TOOLCHAIN_PATH}/arm-linux-androideabi-ranlib")
21
 elseif(GNULINUX_PLATFORM)
22
-    set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -mthumb-interwork -mthumb -march=armv7-a -mfpu=vfp3")
23
+    set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -mthumb-interwork -march=armv7-a -mfpu=vfp3")
24
     set(CMAKE_ASM_FLAGS "${CMAKE_C_FLAGS} -mthumb-interwork -mthumb -march=armv7-a -mfpu=neon")
25
 elseif(IOS_PLATFORM)
26
     #set minimal target ios version.If not provided this option, Xcode
27
-- 
28
1.9.1
29
​
  • 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.