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
aaf51ca2
Commit
aaf51ca2
authored
Dec 26, 2004
by
David Edelsohn
Committed by
David Edelsohn
Dec 25, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert 2004-12-08 Makefile changes.
From-SVN: r92609
parent
eec5fec9
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
6 deletions
+4
-6
ChangeLog
+4
-0
Makefile.def
+0
-1
Makefile.in
+0
-3
Makefile.tpl
+0
-2
No files found.
ChangeLog
View file @
aaf51ca2
2004-12-25 David Edelsohn <edelsohn@gnu.org>
Revert 2004-12-08 Makefile changes.
2004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
* MAINTAINERS: Move myself to OS Port Maintainers for windows,
...
...
Makefile.def
View file @
aaf51ca2
...
...
@@ -227,7 +227,6 @@ flags_to_pass = { flag= LD_FOR_TARGET ; };
flags_to_pass = { flag= LIBCFLAGS_FOR_TARGET ; };
flags_to_pass = { flag= LIBCXXFLAGS_FOR_TARGET ; };
flags_to_pass = { flag= NM_FOR_TARGET ; };
flags_to_pass = { flag= PICFLAG_FOR_TARGET ; };
flags_to_pass = { flag= RANLIB_FOR_TARGET ; };
flags_to_pass = { flag= WINDRES_FOR_TARGET ; };
...
...
Makefile.in
View file @
aaf51ca2
...
...
@@ -561,7 +561,6 @@ BASE_FLAGS_TO_PASS = \
"LIBCFLAGS_FOR_TARGET=
$(LIBCFLAGS_FOR_TARGET)
"
\
"LIBCXXFLAGS_FOR_TARGET=
$(LIBCXXFLAGS_FOR_TARGET)
"
\
"NM_FOR_TARGET=
$(NM_FOR_TARGET)
"
\
"PICFLAG_FOR_TARGET=
$(PICFLAG_FOR_TARGET)
"
\
"RANLIB_FOR_TARGET=
$(RANLIB_FOR_TARGET)
"
\
"WINDRES_FOR_TARGET=
$(WINDRES_FOR_TARGET)
"
\
"CONFIG_SHELL=
$(SHELL)
"
\
...
...
@@ -588,7 +587,6 @@ EXTRA_HOST_FLAGS = \
'DLLTOOL=
$(DLLTOOL)
'
\
'LD=
$(LD)
'
\
'NM=
$(NM)
'
\
'PICFLAG=
$(PICFLAG)
'
\
'RANLIB=
$(RANLIB)
'
\
'WINDRES=
$(WINDRES)
'
...
...
@@ -621,7 +619,6 @@ EXTRA_TARGET_FLAGS = \
'LIBCFLAGS=$
$(LIBCFLAGS_FOR_TARGET)
'
\
'LIBCXXFLAGS=$
$(LIBCXXFLAGS_FOR_TARGET)
'
\
'NM=$
$(NM_FOR_TARGET)
'
\
'PICFLAG=$
$(PICFLAG_FOR_TARGET)
'
\
'RANLIB=$
$(RANLIB_FOR_TARGET)
'
\
'WINDRES=$
$(WINDRES_FOR_TARGET)
'
Makefile.tpl
View file @
aaf51ca2
...
...
@@ -528,7 +528,6 @@ EXTRA_HOST_FLAGS = \
'DLLTOOL=
$(DLLTOOL)
'
\
'LD=
$(LD)
'
\
'NM=
$(NM)
'
\
'PICFLAG=
$(PICFLAG)
'
\
'RANLIB=
$(RANLIB)
'
\
'WINDRES=
$(WINDRES)
'
...
...
@@ -561,7 +560,6 @@ EXTRA_TARGET_FLAGS = \
'LIBCFLAGS=$
$(LIBCFLAGS_FOR_TARGET)
'
\
'LIBCXXFLAGS=$
$(LIBCXXFLAGS_FOR_TARGET)
'
\
'NM=$
$(NM_FOR_TARGET)
'
\
'PICFLAG=$
$(PICFLAG_FOR_TARGET)
'
\
'RANLIB=$
$(RANLIB_FOR_TARGET)
'
\
'WINDRES=$
$(WINDRES_FOR_TARGET)
'
...
...
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