View Issue Details

IDProjectCategoryView StatusLast Update
0002174ardourbugspublic2020-04-19 20:13
Reportergothicx Assigned Topaul  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version2.1 
Summary0002174: Patch to fix DARCH detection...
DescriptionIt's used in Debian package.. but not fixed yet in latest ardour version.
TagsNo tags attached.

Activities

2008-04-03 22:01

 

70_DARCH.patch (457 bytes)   
--- a/SConstruct.orig	2007-07-03 22:14:08.000000000 +0200
+++ b/SConstruct	2007-07-03 22:12:40.000000000 +0200
@@ -692,8 +692,9 @@
     
     build_host_supports_sse = 0
     
-    debug_flags.append ("-DARCH_X86")
-    opt_flags.append ("-DARCH_X86")
+    if (re.search ("i[0-9]86", config[config_cpu]) != None):
+        debug_flags.append ("-DARCH_X86")
+        opt_flags.append ("-DARCH_X86")
     
     if config[config_kernel] == 'linux' :
         
70_DARCH.patch (457 bytes)   

paul

2008-04-17 06:04

administrator   ~0004867

applied and soon to be committed

system

2020-04-19 20:13

developer   ~0021687

Issue has been closed automatically, by Trigger Close Plugin.
Feel free to re-open with additional information if you think the issue is not resolved.

Issue History

Date Modified Username Field Change
2008-04-03 22:01 gothicx New Issue
2008-04-03 22:01 gothicx File Added: 70_DARCH.patch
2008-04-17 06:04 paul Status new => resolved
2008-04-17 06:04 paul Resolution open => fixed
2008-04-17 06:04 paul Assigned To => paul
2008-04-17 06:04 paul Note Added: 0004867
2020-04-19 20:13 system Note Added: 0021687
2020-04-19 20:13 system Status resolved => closed