summaryrefslogtreecommitdiffstats
path: root/covoar
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-07 21:13:05 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-07 21:13:05 +0000
commit26a26eae8c9187c4fcebc93417151895c7051c96 (patch)
tree3d09cf4d6061e5f1ef4e0753fba84a6e7b52a813 /covoar
parent2010-06-07 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-testing-26a26eae8c9187c4fcebc93417151895c7051c96.tar.bz2
2010-06-07 Joel Sherrill <joel.sherrilL@OARcorp.com>
* Makefile: Drop arguments not supported by older GCC versions.
Diffstat (limited to 'covoar')
-rw-r--r--covoar/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/covoar/Makefile b/covoar/Makefile
index 17678d7..150afa2 100644
--- a/covoar/Makefile
+++ b/covoar/Makefile
@@ -3,7 +3,7 @@
#
INSTALL_DIR=../bin
-CXXFLAGS=-g -Wall -O3 -march=native -mtune=native
+CXXFLAGS=-g -Wall -O3
PROGRAMS=covoar qemu-dump-trace trace-converter configfile-test
COMMON_OBJS= app_common.o \