• 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
Peter KorsgaardPeter Korsgaard committed 298cd8eaa2103 Feb 2015
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
From 00995e0b8a66fbd0eabd206188120bfc1ecdac59 Mon Sep 17 00:00:00 2001
2
Message-Id: <00995e0b8a66fbd0eabd206188120bfc1ecdac59.1398245232.git.baruch@tkos.co.il>
3
From: Baruch Siach <baruch@tkos.co.il>
4
Date: Wed, 23 Apr 2014 12:21:37 +0300
5
Subject: [PATCH] CMakeLists: don't hard code thumb code generation
6
​
7
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
8
---
9
 CMakeLists.txt | 2 +-
10
 1 file changed, 1 insertion(+), 1 deletion(-)
11
​
12
diff --git a/CMakeLists.txt b/CMakeLists.txt
13
index 2c7f8d62a42b..cec614fba041 100644
14
--- a/CMakeLists.txt
15
+++ b/CMakeLists.txt
16
@@ -77,7 +77,7 @@ if(ANDROID_PLATFORM)
17
       add_subdirectory(android/NE10Demo/jni)
18
     endif()
19
 elseif(GNULINUX_PLATFORM)
20
-    set(CMAKE_C_FLAGS "-O2 -mthumb-interwork -mthumb -march=armv7-a -mfpu=vfp3")
21
+    set(CMAKE_C_FLAGS "-O2 -mthumb-interwork -march=armv7-a -mfpu=vfp3")
22
     set(CMAKE_ASM_FLAGS "-mthumb-interwork -mthumb -march=armv7-a -mfpu=neon")
23
 elseif(IOS_PLATFORM)
24
     #set minimal target ios version.If not provided this option, Xcode
25
-- 
26
1.9.2
27
​
  • 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.