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
ee6440f8
Commit
ee6440f8
authored
12 years ago
by
Ian Lance Taylor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libgo: Add no-dist and -Wno-portability to AM_INIT_AUTOMAKE.
From-SVN: r191575
parent
fc1bc21b
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
37 deletions
+4
-37
libgo/Makefile.in
+0
-0
libgo/configure.ac
+1
-1
libgo/testsuite/Makefile.in
+3
-36
No files found.
libgo/Makefile.in
View file @
ee6440f8
This diff is collapsed.
Click to expand it.
libgo/configure.ac
View file @
ee6440f8
...
...
@@ -19,7 +19,7 @@ AM_ENABLE_MULTILIB(, ..)
AC_CANONICAL_SYSTEM
target_alias=${target_alias-$host_alias}
AM_INIT_AUTOMAKE([1.9.3 no-define foreign
-Wall
])
AM_INIT_AUTOMAKE([1.9.3 no-define foreign
no-dist -Wall -Wno-portability
])
AH_TEMPLATE(PACKAGE, [Name of package])
AH_TEMPLATE(VERSION, [Version number of package])
...
...
This diff is collapsed.
Click to expand it.
libgo/testsuite/Makefile.in
View file @
ee6440f8
...
...
@@ -35,7 +35,7 @@ build_triplet = @build@
host_triplet
=
@host@
target_triplet
=
@target@
subdir
=
testsuite
DIST_COMMON
=
$(srcdir)
/Makefile.
am
$(srcdir)
/Makefile.in
DIST_COMMON
=
$(srcdir)
/Makefile.
in
$(srcdir)
/Makefile.am
ACLOCAL_M4
=
$(top_srcdir)
/aclocal.m4
am__aclocal_m4_deps
=
$(top_srcdir)
/../config/depstand.m4
\
$(top_srcdir)
/../config/lead-dot.m4
\
...
...
@@ -54,10 +54,8 @@ CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES
=
CONFIG_CLEAN_VPATH_FILES
=
SOURCES
=
DIST_SOURCES
=
DEJATOOL
=
$(PACKAGE)
RUNTESTDEFAULTFLAGS
=
--tool
$$
tool
--srcdir
$$
srcdir
DISTFILES
=
$(DIST_COMMON)
$(DIST_SOURCES)
$(TEXINFOS)
$(EXTRA_DIST)
ACLOCAL
=
@ACLOCAL@
AMTAR
=
@AMTAR@
AR
=
@AR@
...
...
@@ -306,37 +304,6 @@ distclean-DEJAGNU:
-
l
=
'
$(DEJATOOL)
'
;
for
tool
in
$$
l
;
do
\
rm
-f
$$
tool.sum
$$
tool.log
;
\
done
distdir
:
$(DISTFILES)
@
srcdirstrip
=
`
echo
"
$(srcdir)
"
| sed
's/[].[^$$\\*]/\\\\&/g'
`
;
\
topsrcdirstrip
=
`
echo
"
$(top_srcdir)
"
| sed
's/[].[^$$\\*]/\\\\&/g'
`
;
\
list
=
'
$(DISTFILES)
'
;
\
dist_files
=
`
for
file
in
$$
list
;
do
echo
$$
file
;
done
|
\
sed
-e
"s|^
$$
srcdirstrip/||;t"
\
-e
"s|^
$$
topsrcdirstrip/|
$(top_builddir)
/|;t"
`
;
\
case
$$
dist_files
in
\
*
/
*
)
$(MKDIR_P)
`
echo
"
$$
dist_files"
|
\
sed
'/\//!d;s|^|
$(distdir)
/|;s,/[^/]*$$,,'
|
\
sort
-u
`
;;
\
esac
;
\
for
file
in
$$
dist_files
;
do
\
if
test
-f
$$
file
||
test
-d
$$
file
;
then
d
=
.
;
else
d
=
$(srcdir)
;
fi
;
\
if
test
-d
$$
d/
$$
file
;
then
\
dir
=
`
echo
"/
$$
file"
| sed
-e
's,/[^/]*$$,,'
`
;
\
if
test
-d
"
$(distdir)
/
$$
file"
;
then
\
find
"
$(distdir)
/
$$
file"
-type
d
!
-perm
-700
-exec
chmod u+rwx
{}
\;
;
\
fi
;
\
if
test
-d
$(srcdir)
/
$$
file
&&
test
$$
d
!=
$(srcdir)
;
then
\
cp
-fpR
$(srcdir)
/
$$
file
"
$(distdir)$$
dir"
||
exit
1
;
\
find
"
$(distdir)
/
$$
file"
-type
d
!
-perm
-700
-exec
chmod u+rwx
{}
\;
;
\
fi
;
\
cp
-fpR
$$
d/
$$
file
"
$(distdir)$$
dir"
||
exit
1
;
\
else
\
test
-f
"
$(distdir)
/
$$
file"
\
||
cp
-p
$$
d/
$$
file
"
$(distdir)
/
$$
file"
\
||
exit
1
;
\
fi
;
\
done
check-am
:
all-am
$(MAKE)
$(AM_MAKEFLAGS)
check-DEJAGNU
check
:
check-am
...
...
@@ -438,8 +405,8 @@ uninstall-am:
.PHONY
:
all all-am check check-DEJAGNU check-am clean clean-generic
\
clean-libtool distclean distclean-DEJAGNU distclean-generic
\
distclean-libtool d
istdir dvi dvi-am html html-am info info-am
\
install
install
-am install-data install-data-am install-dvi
\
distclean-libtool d
vi dvi-am html html-am info info-am install
\
install-am install-data install-data-am install-dvi
\
install-dvi-am install-exec install-exec-am install-html
\
install-html-am install-info install-info-am install-man
\
install-pdf install-pdf-am install-ps install-ps-am
\
...
...
This diff is collapsed.
Click to expand it.
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