Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
09df293c
Commit
09df293c
authored
Jul 13, 2011
by
Ian Lance Taylor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libgo/testsuite/gotest: Run tests in source file order.
From-SVN: r176223
parent
791ddb90
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
libgo/testsuite/gotest
+2
-2
No files found.
libgo/testsuite/gotest
View file @
09df293c
...
@@ -288,11 +288,11 @@ if test -n "$prefix"; then
...
@@ -288,11 +288,11 @@ if test -n "$prefix"; then
prefixarg
=
"-fgo-prefix=
$prefix
"
prefixarg
=
"-fgo-prefix=
$prefix
"
fi
fi
$GC
-g
$prefixarg
-c
-I
.
-o
_gotest_.o
$gofiles
$pkgbasefiles
$GC
-g
$prefixarg
-c
-I
.
-
fno-toplevel-reorder
-
o
_gotest_.o
$gofiles
$pkgbasefiles
if
$havex
;
then
if
$havex
;
then
mkdir
-p
`
dirname
$package
`
mkdir
-p
`
dirname
$package
`
cp _gotest_.o
`
dirname
$package
`
/lib
`
basename
$package
`
.a
cp _gotest_.o
`
dirname
$package
`
/lib
`
basename
$package
`
.a
$GC
-g
-c
-I
.
-o
$xofile
$xgofiles
$GC
-g
-c
-I
.
-
fno-toplevel-reorder
-
o
$xofile
$xgofiles
fi
fi
# They all compile; now generate the code to call them.
# They all compile; now generate the code to call them.
...
...
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