Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
IPDSnelting
spec.py
Commits
1d7a4236
Commit
1d7a4236
authored
Sep 09, 2015
by
Manuel Mohr
Browse files
Support x86_64-linux-gnu in SPEC nightly scripts.
parent
47a0f39d
Changes
2
Hide whitespace changes
Inline
Side-by-side
buildbot/nightly.sh
View file @
1d7a4236
...
...
@@ -10,6 +10,10 @@ case "$TARGET_TRIPLE" in
"i686-linux-gnu"
)
SPEC_PY_FLAGS
=
"
$SPEC_PY_FLAGS
--time-limit=3600"
;;
"x86_64-linux-gnu"
)
SPEC_PY_FLAGS
=
"
$SPEC_PY_FLAGS
--time-limit=3600"
SPEC_PY_FLAGS
=
"
$SPEC_PY_FLAGS
--force-64"
;;
"sparc-leon-linux-gnu"
)
SPEC_PY_FLAGS
=
"
$SPEC_PY_FLAGS
--time-limit=5400"
SPEC_PY_FLAGS
=
"
$SPEC_PY_FLAGS
--no-floating-point"
...
...
buildbot/nightly2006.sh
View file @
1d7a4236
...
...
@@ -10,6 +10,10 @@ case "$TARGET_TRIPLE" in
"i686-linux-gnu"
)
SPEC_PY_FLAGS
=
"
$SPEC_PY_FLAGS
--time-limit=3600"
;;
"x86_64-linux-gnu"
)
SPEC_PY_FLAGS
=
"
$SPEC_PY_FLAGS
--time-limit=3600"
SPEC_PY_FLAGS
=
"
$SPEC_PY_FLAGS
--force-64"
;;
*
)
echo
"Architecture not yet supported (or maybe none was specified?)"
exit
1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment