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
82770562
Commit
82770562
authored
Jan 17, 1999
by
Jeffrey A Law
Committed by
Jeff Law
Jan 17, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in: Do not put ^Ls at the start of a line.
From-SVN: r24723
parent
f9670bce
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
8 deletions
+16
-8
gcc/ch/ChangeLog
+4
-0
gcc/ch/Makefile.in
+5
-5
gcc/java/ChangeLog
+4
-0
gcc/java/Makefile.in
+3
-3
No files found.
gcc/ch/ChangeLog
View file @
82770562
Sun Jan 17 21:53:23 1999 Jeffrey A Law (law@cygnus.com)
* Makefile.in: Do not put ^Ls at the start of a line.
Wed Jan 6 02:53:38 1999 Jeffrey A Law (law@cygnus.com)
Wed Jan 6 02:53:38 1999 Jeffrey A Law (law@cygnus.com)
* Makefile.in: Add some missing $(exeext). Remove some obsolete
* Makefile.in: Add some missing $(exeext). Remove some obsolete
...
...
gcc/ch/Makefile.in
View file @
82770562
# Makefile for GNU CHILL compiler.
# Makefile for GNU CHILL compiler.
# Copyright (C) 1987, 88, 90-94, 1998 Free Software Foundation, Inc.
# Copyright (C) 1987, 88, 90-94, 1998
, 1999
Free Software Foundation, Inc.
#This file is part of GNU CC.
#This file is part of GNU CC.
...
@@ -124,7 +124,7 @@ all: all.indirect
...
@@ -124,7 +124,7 @@ all: all.indirect
####cross overrides
####cross overrides
####build overrides
####build overrides
####site overrides
####site overrides
#
# Now figure out from those variables how to compile and link.
# Now figure out from those variables how to compile and link.
all.indirect
:
Makefile ../chill ../cc1chill$(exeext)
all.indirect
:
Makefile ../chill ../cc1chill$(exeext)
...
@@ -188,7 +188,7 @@ FLAGS_TO_PASS = \
...
@@ -188,7 +188,7 @@ FLAGS_TO_PASS = \
# This tells GNU make version 3 not to export all the variables
# This tells GNU make version 3 not to export all the variables
# defined in this file into the environment.
# defined in this file into the environment.
.NOEXPORT
:
.NOEXPORT
:
#
# Lists of files for various purposes.
# Lists of files for various purposes.
# Language-specific object files for CHILL
# Language-specific object files for CHILL
...
@@ -235,12 +235,12 @@ mostlyclean:
...
@@ -235,12 +235,12 @@ mostlyclean:
clean
:
mostlyclean
clean
:
mostlyclean
#
Makefile
:
$(srcdir)/Makefile.in $(srcdir)/../configure
Makefile
:
$(srcdir)/Makefile.in $(srcdir)/../configure
cd
..
;
$(SHELL)
config.status
cd
..
;
$(SHELL)
config.status
native
:
config.status ../cc1chill$(exeext) ../chill
native
:
config.status ../cc1chill$(exeext) ../chill
#
# Compiling object files from source files.
# Compiling object files from source files.
# Note that dependencies on obstack.h are not written
# Note that dependencies on obstack.h are not written
...
...
gcc/java/ChangeLog
View file @
82770562
Sun Jan 17 21:55:42 1999 Jeffrey A Law (law@cygnus.com)
* Makefile.in: Do not put ^Ls at the start of a line.
Fri Jan 15 20:16:20 1999 Per Bothner <bothner@cygnus.com>
Fri Jan 15 20:16:20 1999 Per Bothner <bothner@cygnus.com>
* expr.c (process_jvm_instruction): Coerce to correct Throwable
* expr.c (process_jvm_instruction): Coerce to correct Throwable
...
...
gcc/java/Makefile.in
View file @
82770562
...
@@ -133,7 +133,7 @@ all: all.indirect
...
@@ -133,7 +133,7 @@ all: all.indirect
####build overrides
####build overrides
@build_overrides@
@build_overrides@
####site overrides
####site overrides
#
# Now figure out from those variables how to compile and link.
# Now figure out from those variables how to compile and link.
all.indirect
:
Makefile ../jc1$(exeext) ../jcf-dump$(exeext)
\
all.indirect
:
Makefile ../jc1$(exeext) ../jcf-dump$(exeext)
\
...
@@ -166,7 +166,7 @@ INCLUDES = -I. -I.. -I$(srcdir) -I$(srcdir)/.. -I$(srcdir)/../config -I$(srcdir)
...
@@ -166,7 +166,7 @@ INCLUDES = -I. -I.. -I$(srcdir) -I$(srcdir)/.. -I$(srcdir)/../config -I$(srcdir)
.c.o
:
.c.o
:
$(CC)
-c
$(ALL_CFLAGS)
$(ALL_CPPFLAGS)
$(INCLUDES)
$<
$(CC)
-c
$(ALL_CFLAGS)
$(ALL_CPPFLAGS)
$(INCLUDES)
$<
#
# Lists of files for various purposes.
# Lists of files for various purposes.
# Language-specific object files for Gcc/Java:
# Language-specific object files for Gcc/Java:
...
@@ -214,7 +214,7 @@ Makefile: $(srcdir)/Makefile.in $(srcdir)/../configure
...
@@ -214,7 +214,7 @@ Makefile: $(srcdir)/Makefile.in $(srcdir)/../configure
cd
..
;
$(SHELL)
config.status
cd
..
;
$(SHELL)
config.status
native
:
config.status ../jc1$(exeext)
native
:
config.status ../jc1$(exeext)
#
# Compiling object files from source files.
# Compiling object files from source files.
TREE_H
=
$(srcdir)
/../tree.h
$(srcdir)
/../real.h
$(srcdir)
/../tree.def
\
TREE_H
=
$(srcdir)
/../tree.h
$(srcdir)
/../real.h
$(srcdir)
/../tree.def
\
$(srcdir)
/../machmode.h
$(srcdir)
/../machmode.def
$(srcdir)
/../machmode.h
$(srcdir)
/../machmode.def
...
...
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