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
de18aff3
Commit
de18aff3
authored
Jun 15, 1995
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change FSF address.
From-SVN: r9988
parent
3f63df56
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
15 additions
and
8 deletions
+15
-8
gcc/cp/Make-lang.in
+2
-1
gcc/cp/Makefile.in
+3
-2
gcc/cp/config-lang.in
+2
-1
gcc/fixinc.winnt
+2
-1
gcc/fixproto
+2
-1
gcc/genmultilib
+2
-1
gcc/objc/Makefile.in
+2
-1
No files found.
gcc/cp/Make-lang.in
View file @
de18aff3
...
@@ -15,7 +15,8 @@
...
@@ -15,7 +15,8 @@
#You should have received a copy of the GNU General Public License
#You should have received a copy of the GNU General Public License
#along with GNU CC; see the file COPYING. If not, write to
#along with GNU CC; see the file COPYING. If not, write to
#the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
#the Free Software Foundation, 59 Temple Place - Suite 330,
#Boston, MA 02111-1307, USA.
# This file provides the language dependent support in the main Makefile.
# This file provides the language dependent support in the main Makefile.
# Each language makefile fragment must provide the following targets:
# Each language makefile fragment must provide the following targets:
...
...
gcc/cp/Makefile.in
View file @
de18aff3
...
@@ -15,10 +15,11 @@
...
@@ -15,10 +15,11 @@
#You should have received a copy of the GNU General Public License
#You should have received a copy of the GNU General Public License
#along with GNU CC; see the file COPYING. If not, write to
#along with GNU CC; see the file COPYING. If not, write to
#the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
#the Free Software Foundation, 59 Temple Place - Suite 330,
#Boston, MA 02111-1307, USA.
# The makefile built from this file lives in the language subdirectory.
# The makefile built from this file lives in the language subdirectory.
# It
'
s purpose is to provide support for:
# Its purpose is to provide support for:
#
#
# 1) recursion where necessary, and only then (building .o's), and
# 1) recursion where necessary, and only then (building .o's), and
# 2) building and debugging cc1 from the language subdirectory, and
# 2) building and debugging cc1 from the language subdirectory, and
...
...
gcc/cp/config-lang.in
View file @
de18aff3
...
@@ -15,7 +15,8 @@
...
@@ -15,7 +15,8 @@
#You should have received a copy of the GNU General Public License
#You should have received a copy of the GNU General Public License
#along with GNU CC; see the file COPYING. If not, write to
#along with GNU CC; see the file COPYING. If not, write to
#the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
#the Free Software Foundation, 59 Temple Place - Suite 330,
#Boston, MA 02111-1307, USA.
# Configure looks for the existence of this file to auto-config each language.
# Configure looks for the existence of this file to auto-config each language.
# We define several parameters used by configure:
# We define several parameters used by configure:
...
...
gcc/fixinc.winnt
View file @
de18aff3
...
@@ -20,7 +20,8 @@
...
@@ -20,7 +20,8 @@
#
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU General Public License
# along with GNU CC; see the file COPYING. If not, write to
# along with GNU CC; see the file COPYING. If not, write to
# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
# the Free Software Foundation, 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
#
#
# This script munges the native include files provided with Windows NT
# This script munges the native include files provided with Windows NT
# 3.5 SDK systems so as to provide a reasonable namespace when
# 3.5 SDK systems so as to provide a reasonable namespace when
...
...
gcc/fixproto
View file @
de18aff3
...
@@ -19,7 +19,8 @@
...
@@ -19,7 +19,8 @@
#
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU General Public License
# along with GNU CC; see the file COPYING. If not, write to
# along with GNU CC; see the file COPYING. If not, write to
# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
# the Free Software Foundation, 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
#
#
# DESCRIPTION
# DESCRIPTION
# Adjunct script for GNU CC to populate a directory with ANSI,
# Adjunct script for GNU CC to populate a directory with ANSI,
...
...
gcc/genmultilib
View file @
de18aff3
...
@@ -16,7 +16,8 @@
...
@@ -16,7 +16,8 @@
#You should have received a copy of the GNU General Public License
#You should have received a copy of the GNU General Public License
#along with GNU CC; see the file COPYING. If not, write to
#along with GNU CC; see the file COPYING. If not, write to
#the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
#the Free Software Foundation, 59 Temple Place - Suite 330,
#Boston, MA 02111-1307, USA.
# This shell script produces a header file which the gcc driver
# This shell script produces a header file which the gcc driver
# program uses to pick which library to use based on the machine
# program uses to pick which library to use based on the machine
...
...
gcc/objc/Makefile.in
View file @
de18aff3
...
@@ -14,7 +14,8 @@
...
@@ -14,7 +14,8 @@
#
#
# You should have received a copy of the GNU General Public License along with
# You should have received a copy of the GNU General Public License along with
# GNU CC; see the file COPYING. If not, write to the Free Software
# GNU CC; see the file COPYING. If not, write to the Free Software
# Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
# Foundation, 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA. */
# This makefile is run by the parent dir's makefile.
# This makefile is run by the parent dir's makefile.
# thisdir1=`pwd`; \
# thisdir1=`pwd`; \
...
...
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