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
6e6bbb60
Commit
6e6bbb60
authored
Aug 23, 2013
by
Ian Lance Taylor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libgo: Update libtool.m4 from upstream to recognize powerpcle.
From-SVN: r201933
parent
c1b4a4c7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
8 deletions
+20
-8
libgo/config/libtool.m4
+9
-3
libgo/configure
+11
-5
No files found.
libgo/config/libtool.m4
View file @
6e6bbb60
...
...
@@ -1225,7 +1225,7 @@ ia64-*-hpux*)
rm -rf conftest*
;;
x86_64-*kfreebsd*-gnu|x86_64-*linux*|p
pc*-*linux*|p
owerpc*-*linux*| \
x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
# Find out which ABI we are using.
echo 'int i;' > conftest.$ac_ext
...
...
@@ -1239,7 +1239,10 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
x86_64-*linux*)
LD="
${
LD
-
ld
}
-
m
elf_i386
"
;;
ppc64-*linux*|powerpc64-*linux*)
powerpc64le-*)
LD="
${
LD
-
ld
}
-
m
elf32lppclinux
"
;;
powerpc64-*)
LD="
${
LD
-
ld
}
-
m
elf32ppclinux
"
;;
s390x-*linux*)
...
...
@@ -1258,7 +1261,10 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
x86_64-*linux*)
LD="
${
LD
-
ld
}
-
m
elf_x86_64
"
;;
ppc*-*linux*|powerpc*-*linux*)
powerpcle-*)
LD="
${
LD
-
ld
}
-
m
elf64lppc
"
;;
powerpc-*)
LD="
${
LD
-
ld
}
-
m
elf64ppc
"
;;
s390*-*linux*|s390*-*tpf*)
...
...
libgo/configure
View file @
6e6bbb60
...
...
@@ -6501,7 +6501,7 @@ ia64-*-hpux*)
rm
-rf
conftest
*
;;
x86_64-
*
kfreebsd
*
-gnu
|
x86_64-
*
linux
*
|
p
pc
*
-
*
linux
*
|
p
owerpc
*
-
*
linux
*
|
\
x86_64-
*
kfreebsd
*
-gnu
|
x86_64-
*
linux
*
|
powerpc
*
-
*
linux
*
|
\
s390
*
-
*
linux
*
|
s390
*
-
*
tpf
*
|
sparc
*
-
*
linux
*
)
# Find out which ABI we are using.
echo
'int i;'
>
conftest.
$ac_ext
...
...
@@ -6519,7 +6519,10 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
x86_64-
*
linux
*
)
LD
=
"
${
LD
-ld
}
-m elf_i386"
;;
ppc64-
*
linux
*
|
powerpc64-
*
linux
*
)
powerpc64le-
*
)
LD
=
"
${
LD
-ld
}
-m elf32lppclinux"
;;
powerpc64-
*
)
LD
=
"
${
LD
-ld
}
-m elf32ppclinux"
;;
s390x-
*
linux
*
)
...
...
@@ -6538,7 +6541,10 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
x86_64-
*
linux
*
)
LD
=
"
${
LD
-ld
}
-m elf_x86_64"
;;
ppc
*
-
*
linux
*
|
powerpc
*
-
*
linux
*
)
powerpcle-
*
)
LD
=
"
${
LD
-ld
}
-m elf64lppc"
;;
powerpc-
*
)
LD
=
"
${
LD
-ld
}
-m elf64ppc"
;;
s390
*
-
*
linux
*
|
s390
*
-
*
tpf
*
)
...
...
@@ -11105,7 +11111,7 @@ else
lt_dlunknown
=
0
;
lt_dlno_uscore
=
1
;
lt_dlneed_uscore
=
2
lt_status
=
$lt_dlunknown
cat
>
conftest.
$ac_ext
<<
_LT_EOF
#line 111
08
"configure"
#line 111
14
"configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
...
...
@@ -11211,7 +11217,7 @@ else
lt_dlunknown
=
0
;
lt_dlno_uscore
=
1
;
lt_dlneed_uscore
=
2
lt_status
=
$lt_dlunknown
cat
>
conftest.
$ac_ext
<<
_LT_EOF
#line 112
14
"configure"
#line 112
20
"configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
...
...
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