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
77be0cab
Commit
77be0cab
authored
Apr 28, 1998
by
Michael Meissner
Committed by
Michael Meissner
Apr 28, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixup --enable-target-optspace
From-SVN: r19464
parent
3d9d39bb
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
1 deletions
+9
-1
ChangeLog
+4
-0
config/ChangeLog
+5
-0
configure.in
+0
-1
No files found.
ChangeLog
View file @
77be0cab
Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
* configure.in (--enable-target-optspace): Remove debug echo.
Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
* configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
...
...
config/ChangeLog
View file @
77be0cab
Tue Apr 28 07:34:11 1998 Michael Meissner <meissner@cygnus.com>
* mt-ospace: New file for targets where space is more important
than speed.
Wed Apr 22 10:53:14 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* mt-linux (CXXFLAGS_FOR_TARGET): Set this instead of CXXFLAGS.
...
...
configure.in
View file @
77be0cab
...
...
@@ -314,7 +314,6 @@ esac
# If --enable-target-optspace always use -Os instead of -O2 to build
# the target libraries, similarly if it is not specified, use -Os
# on selected platforms.
echo
"---
${
enable_target_optspace
}
:
${
target
}
--"
1>&2
case
"
${
enable_target_optspace
}
:
${
target
}
"
in
yes:
*
)
target_makefile_frag
=
"
${
target_makefile_frag
}
config/mt-ospace"
...
...
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