Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/2500

Change subject: scons: Stop generating an a.out checking the "as" version.
......................................................................

scons: Stop generating an a.out checking the "as" version.

Change-Id: I71d07fc64bdb3c6c3e93e2a1fd358cc899a70678
---
M SConstruct
1 file changed, 2 insertions(+), 1 deletion(-)



diff --git a/SConstruct b/SConstruct
index d405781..b4ab0bf 100755
--- a/SConstruct
+++ b/SConstruct
@@ -713,7 +713,8 @@
     # to avoid performance penalties on certain AMD chips. Older
     # assemblers detect this as an error, "Error: expecting string
     # instruction after `rep'"
-    as_version_raw = readCommand([main['AS'], '-v', '/dev/null'],
+    as_version_raw = readCommand([main['AS'], '-v', '/dev/null',
+                                  '-o', '/dev/null'],
                                  exception=False).split()

     # version strings may contain extra distro-specific

--
To view, visit https://gem5-review.googlesource.com/2500
To unsubscribe, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I71d07fc64bdb3c6c3e93e2a1fd358cc899a70678
Gerrit-Change-Number: 2500
Gerrit-PatchSet: 1
Gerrit-Owner: Gabe Black <gabebl...@google.com>
_______________________________________________
gem5-dev mailing list
gem5-dev@gem5.org
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to