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
d983a802
Commit
d983a802
authored
Jul 11, 2011
by
Ian Lance Taylor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libgo: Define CC_FOR_BUILD in Makefile.
From-SVN: r176182
parent
ae06570e
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
2 deletions
+11
-2
libgo/Makefile.in
+1
-0
libgo/configure
+6
-2
libgo/configure.ac
+3
-0
libgo/testsuite/Makefile.in
+1
-0
No files found.
libgo/Makefile.in
View file @
d983a802
...
...
@@ -344,6 +344,7 @@ AUTOMAKE = @AUTOMAKE@
AWK
=
@AWK@
CC
=
@CC@
CCDEPMODE
=
@CCDEPMODE@
CC_FOR_BUILD
=
@CC_FOR_BUILD@
CFLAGS
=
@CFLAGS@
CPP
=
@CPP@
CPPFLAGS
=
@CPPFLAGS@
...
...
libgo/configure
View file @
d983a802
...
...
@@ -668,6 +668,7 @@ glibgo_toolexecdir
glibgo_prefixdir
WERROR
WARN_FLAGS
CC_FOR_BUILD
enable_static
enable_shared
CPP
...
...
@@ -10913,7 +10914,7 @@ else
lt_dlunknown
=
0
;
lt_dlno_uscore
=
1
;
lt_dlneed_uscore
=
2
lt_status
=
$lt_dlunknown
cat
>
conftest.
$ac_ext
<<
_LT_EOF
#line 1091
6
"configure"
#line 1091
7
"configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
...
...
@@ -11019,7 +11020,7 @@ else
lt_dlunknown
=
0
;
lt_dlno_uscore
=
1
;
lt_dlneed_uscore
=
2
lt_status
=
$lt_dlunknown
cat
>
conftest.
$ac_ext
<<
_LT_EOF
#line 1102
2
"configure"
#line 1102
3
"configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
...
...
@@ -13148,6 +13149,9 @@ CC="$lt_save_CC"
CC_FOR_BUILD
=
${
CC_FOR_BUILD
:-
gcc
}
WARN_FLAGS
=
'-Wall -Wextra -Wwrite-strings -Wcast-qual'
...
...
libgo/configure.ac
View file @
d983a802
...
...
@@ -42,6 +42,9 @@ AM_PROG_LIBTOOL
AC_SUBST(enable_shared)
AC_SUBST(enable_static)
CC_FOR_BUILD=${CC_FOR_BUILD:-gcc}
AC_SUBST(CC_FOR_BUILD)
WARN_FLAGS='-Wall -Wextra -Wwrite-strings -Wcast-qual'
AC_SUBST(WARN_FLAGS)
...
...
libgo/testsuite/Makefile.in
View file @
d983a802
...
...
@@ -67,6 +67,7 @@ AUTOMAKE = @AUTOMAKE@
AWK
=
@AWK@
CC
=
@CC@
CCDEPMODE
=
@CCDEPMODE@
CC_FOR_BUILD
=
@CC_FOR_BUILD@
CFLAGS
=
@CFLAGS@
CPP
=
@CPP@
CPPFLAGS
=
@CPPFLAGS@
...
...
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