projects
/
platform
/
upstream
/
orc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b58887
)
mips: Fix detection of mipsel host
author
Guillaume Emont
<guijemont@igalia.com>
Thu, 1 Nov 2012 16:29:37 +0000
(17:29 +0100)
committer
Guillaume Emont
<guijemont@igalia.com>
Fri, 28 Dec 2012 14:17:45 +0000
(15:17 +0100)
orc/orcprogram-mips.c
patch
|
blob
|
history
diff --git
a/orc/orcprogram-mips.c
b/orc/orcprogram-mips.c
index 7281b4ffc903563a07776623b01013706af12e10..e545107886282310a2fb1a1e77a0521cb717bb58 100644
(file)
--- a/
orc/orcprogram-mips.c
+++ b/
orc/orcprogram-mips.c
@@
-1,6
+1,7
@@
#include <orc/orcmips.h>
#include <orc/orcdebug.h>
#include <stdlib.h>
+#include "config.h"
unsigned int orc_compiler_orc_mips_get_default_flags (void);
@@
-26,7
+27,7
@@
void orc_compiler_orc_mips_register_rules (OrcTarget *target);
static OrcTarget orc_mips_target = {
"mips",
-#ifdef HAVE_MIPS
+#ifdef HAVE_MIPS
EL
TRUE,
#else
FALSE,