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
7eb23718
Commit
7eb23718
authored
Jan 13, 1995
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(stmp-multilib*): Pass CC and CFLAGS to recursive make.
From-SVN: r8741
parent
3c058ff1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
gcc/Makefile.in
+4
-4
No files found.
gcc/Makefile.in
View file @
7eb23718
# Makefile for GNU C compiler.
# Copyright (C) 1987, 88, 90
, 91, 92, 93, 1994
Free Software Foundation, Inc.
# Copyright (C) 1987, 88, 90
-94, 1995
Free Software Foundation, Inc.
#This file is part of GNU CC.
...
...
@@ -882,7 +882,7 @@ stmp-multilib: $(LIBGCC1) libgcc2.c libgcc2.ready $(CONFIG_H) \
dir
=
`
echo
$$
i | sed
-e
's/;.*$$//'
`
;
\
flags
=
`
echo
$$
i | sed
-e
's/^[^;]*;//'
-e
's/@/ -/g'
`
;
\
$(MAKE)
GCC_FOR_TARGET
=
"
$(GCC_FOR_TARGET)
"
\
AR
=
"
$(AR)
"
AR_FLAGS
=
"
$(AR_FLAGS)
"
\
AR
=
"
$(AR)
"
AR_FLAGS
=
"
$(AR_FLAGS)
"
CC
=
"
$(CC)
CFLAGS=
$(CFLAGS)
\
RANLIB="
$(RANLIB)
" RANLIB_TEST="
$(RANLIB_TEST)
"
\
HOST_PREFIX="
$(HOST_PREFIX)
" HOST_PREFIX_1="
$(HOST_PREFIX_1)
"
\
LIBGCC2_CFLAGS="
$(LIBGCC2_CFLAGS)
$$
{
flags
}
"
\
...
...
@@ -896,7 +896,7 @@ stmp-multilib: $(LIBGCC1) libgcc2.c libgcc2.ready $(CONFIG_H) \
stmp-multilib-sub
:
rm
-f
$(dir)
/libgcc.a
$(LIBGCC2)
$(MAKE)
GCC_FOR_TARGET
=
"
$(GCC_FOR_TARGET)
"
\
AR
=
"
$(AR)
"
AR_FLAGS
=
"
$(AR_FLAGS)
"
\
AR
=
"
$(AR)
"
AR_FLAGS
=
"
$(AR_FLAGS)
"
CC
=
"
$(CC)
CFLAGS=
$(CFLAGS)
\
HOST_PREFIX="
$(HOST_PREFIX)
" HOST_PREFIX_1="
$(HOST_PREFIX_1)
"
\
LIBGCC2_CFLAGS="
$(LIBGCC2_CFLAGS)
"
$(LIBGCC2)
if [ x
$(LIBGCC1)
!= xlibgcc1-asm.a ];
\
...
...
@@ -907,7 +907,7 @@ stmp-multilib-sub:
then true;
\
else
\
$(MAKE)
GCC_FOR_TARGET="
$(GCC_FOR_TARGET)
"
\
AR
=
"
$(AR)
"
AR_FLAGS
=
"
$(AR_FLAGS)
"
\
AR="
$(AR)
" AR_FLAGS="
$(AR_FLAGS)
"
CC="
$(CC)
CFLAGS
=
$(CFLAGS)
\
HOST_PREFIX
=
"
$(HOST_PREFIX)
"
HOST_PREFIX_1
=
"
$(HOST_PREFIX_1)
"
\
LIBGCC2_CFLAGS
=
"
$(LIBGCC2_CFLAGS)
"
$(LIBGCC1)
;
\
fi
...
...
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