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
0520f6c0
Commit
0520f6c0
authored
Sep 12, 1997
by
Per Bothner
Committed by
Per Bothner
Sep 12, 1997
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in, config-lang.in: Convert to autoconf.
From-SVN: r15429
parent
3c5b8fa6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
6 deletions
+18
-6
gcc/cp/ChangeLog
+4
-0
gcc/cp/Makefile.in
+12
-6
gcc/cp/config-lang.in
+2
-0
No files found.
gcc/cp/ChangeLog
View file @
0520f6c0
Fri Sep 12 16:11:13 1997 Per Bothner <bothner@cygnus.com>
* Makefile.in, config-lang.in: Convert to autoconf.
Thu Sep 11 17:14:55 1997 Jason Merrill <jason@yorick.cygnus.com>
* decl.c (lookup_name_real): Add implicit 'typename' to types from
...
...
gcc/cp/Makefile.in
View file @
0520f6c0
...
...
@@ -54,7 +54,7 @@ T_CFLAGS =
X_CPPFLAGS
=
T_CPPFLAGS
=
CC
=
cc
CC
=
@CC@
BISON
=
bison
BISONFLAGS
=
LEX
=
flex
...
...
@@ -83,14 +83,15 @@ GCC_CFLAGS=$(INTERNAL_CFLAGS) $(X_CFLAGS) $(T_CFLAGS) $(CFLAGS)
# These are used because `configure' appends `cross-make'
# to the makefile when making a cross-compiler.
target
=
...
`
configure
' substitutes actual target name here.
xmake_file
=
... `configure'
substitutes actual x- file name here.
tmake_file
=
...
`
configure
' substitutes actual t- file name here.
target
=
@target@
xmake_file
=
@dep_host_xmake_file@
tmake_file
=
@dep_tmake_file@
#version=`sed -e 's/.*\"\([^ \"]*\)[ \"].*/\1/' < $(srcdir)/version.c`
#mainversion=`sed -e 's/.*\"\([0-9]*\.[0-9]*\).*/\1/' < $(srcdir)/version.c`
# Directory where sources are, from where we are.
srcdir
=
.
srcdir
=
@srcdir@
VPATH
=
@srcdir@
# Additional system libraries to link with.
CLIB
=
...
...
@@ -113,16 +114,21 @@ all: all.indirect
# sed inserts variable overrides after the following line.
####target overrides
@target_overrides@
####host overrides
@host_overrides@
####cross overrides
@cross_defines@
@cross_overrides@
####build overrides
@build_overrides@
#
# Now figure out from those variables how to compile and link.
all.indirect
:
Makefile ../cc1plus
# IN_GCC tells obstack.h that we are using gcc's <stddef.h> file.
INTERNAL_CFLAGS
=
$(CROSS)
-DIN_GCC
INTERNAL_CFLAGS
=
$(CROSS)
-DIN_GCC
@extra_c_flags@
# This is the variable actually used when we compile.
ALL_CFLAGS
=
$(INTERNAL_CFLAGS)
$(X_CFLAGS)
$(T_CFLAGS)
$(CFLAGS)
$(XCFLAGS)
...
...
gcc/cp/config-lang.in
View file @
0520f6c0
...
...
@@ -37,3 +37,5 @@ diff_excludes="-x cp/parse.c -x cp/parse.h"
headers='$(CXX_EXTRA_HEADERS)'
lib2funcs=cplib2.txt
outputs=cp/Makefile
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