Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/orc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2010-07-01 05:41:00 +0400
committerDavid Schleef <ds@schleef.org>2010-07-01 05:41:00 +0400
commit01535dcd5f6eed370e9699f6778af8382564c2ba (patch)
tree98ad00057c4a6d5eb0d67ae4b28dd628db7d179a /orc-test/orctest.c
parent6b4d06d5d1441ceeb1d233bd81a441155cc616e3 (diff)
arm: arm backend code gen fixes
Diffstat (limited to 'orc-test/orctest.c')
-rw-r--r--orc-test/orctest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/orc-test/orctest.c b/orc-test/orctest.c
index 2a1373a..cdcea6b 100644
--- a/orc-test/orctest.c
+++ b/orc-test/orctest.c
@@ -174,7 +174,7 @@ orc_test_gcc_compile_neon (OrcProgram *p)
sprintf(dump_filename, "%s-dump.bin", base);
sprintf(dump_dis_filename, "%s-dump.dis", base);
- target = orc_target_get_by_name ("neon");
+ target = orc_target_get_by_name ("arm");
flags = orc_target_get_default_flags (target);
flags |= ORC_TARGET_NEON_CLEAN_COMPILE;