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
42c447c0
Commit
42c447c0
authored
Nov 22, 2013
by
Ian Lance Taylor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libgo: Update libtool support for powerpc64le-linux-gnu.
From Ulrich Weigand. From-SVN: r205287
parent
4e1a156d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
libgo/config/libtool.m4
+4
-4
libgo/configure
+4
-4
No files found.
libgo/config/libtool.m4
View file @
42c447c0
...
...
@@ -1239,10 +1239,10 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
x86_64-*linux*)
LD="
${
LD
-
ld
}
-
m
elf_i386
"
;;
powerpc64le-*)
powerpc64le-*
linux*
)
LD="
${
LD
-
ld
}
-
m
elf32lppclinux
"
;;
powerpc64-*)
powerpc64-*
linux*
)
LD="
${
LD
-
ld
}
-
m
elf32ppclinux
"
;;
s390x-*linux*)
...
...
@@ -1261,10 +1261,10 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
x86_64-*linux*)
LD="
${
LD
-
ld
}
-
m
elf_x86_64
"
;;
powerpcle-*)
powerpcle-*
linux*
)
LD="
${
LD
-
ld
}
-
m
elf64lppc
"
;;
powerpc-*)
powerpc-*
linux*
)
LD="
${
LD
-
ld
}
-
m
elf64ppc
"
;;
s390*-*linux*|s390*-*tpf*)
...
...
libgo/configure
View file @
42c447c0
...
...
@@ -6521,10 +6521,10 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
x86_64-
*
linux
*
)
LD
=
"
${
LD
-ld
}
-m elf_i386"
;;
powerpc64le-
*
)
powerpc64le-
*
linux
*
)
LD
=
"
${
LD
-ld
}
-m elf32lppclinux"
;;
powerpc64-
*
)
powerpc64-
*
linux
*
)
LD
=
"
${
LD
-ld
}
-m elf32ppclinux"
;;
s390x-
*
linux
*
)
...
...
@@ -6543,10 +6543,10 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
x86_64-
*
linux
*
)
LD
=
"
${
LD
-ld
}
-m elf_x86_64"
;;
powerpcle-
*
)
powerpcle-
*
linux
*
)
LD
=
"
${
LD
-ld
}
-m elf64lppc"
;;
powerpc-
*
)
powerpc-
*
linux
*
)
LD
=
"
${
LD
-ld
}
-m elf64ppc"
;;
s390
*
-
*
linux
*
|
s390
*
-
*
tpf
*
)
...
...
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