Bug 5904 - unbreak OpenBSD/amd64 build after 'Consolidate architecture names' commit
Status: RESOLVED FIXED
Alias: None
Product: ioquake3
Classification: Unclassified
Component: Platform
Version: GIT MASTER
Hardware: PC OpenBSD
: P3 normal
Assignee: Zachary J. Slater
QA Contact: ioquake3 bugzilla mailing list
URL:
Depends on:
Blocks:
 
Reported: 2013-03-22 22:41 EDT by Jonathan Gray
Modified: 2013-03-23 08:23:02 EDT
1 user (show)

See Also:


Attachments
OpenBSD/amd64 compile fix (337 bytes, patch)
2013-03-22 22:41 EDT, Jonathan Gray

Description Jonathan Gray 2013-03-22 22:41:41 EDT
Created attachment 3336 [details]
OpenBSD/amd64 compile fix

As the openbsd section of the makefile was overriding ARCH
the following commit broke compilation on OpenBSD/amd64.
Diff to remove the extra setting of ARCH attached.

commit 2c8e7511304f81636294fda316814996efd1b17f
Author: Tim Angus <tim.angus@roslin.ed.ac.uk>
Date:   Thu Mar 21 11:22:44 2013 +0000

    Consolidate architecture names
    
    amd64, x64, x86_64 -> x86_64
    i386, i86pc, x86 -> x86
    powerpc, ppc -> ppc
    powerpc64, ppc64 -> ppc64
    axp -> alpha
    
    Some exceptions are made for the actual build product names
Comment 1 Tim Angus 2013-03-23 08:23:02 EDT
Fixed in cae7ae9.