Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gcc-cobol
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
COBOLworx
gcc-cobol
Commits
e489a31f
Commit
e489a31f
authored
22 years ago
by
Jason Merrill
Committed by
Jason Merrill
22 years ago
Browse files
Options
Downloads
Patches
Plain Diff
* genmultilib: Use 'cd ./foo'.
From-SVN: r60222
parent
5b8f02c6
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
gcc/ChangeLog
+7
-0
7 additions, 0 deletions
gcc/ChangeLog
gcc/genmultilib
+2
-1
2 additions, 1 deletion
gcc/genmultilib
with
9 additions
and
1 deletion
gcc/ChangeLog
+
7
−
0
View file @
e489a31f
2002-12-17 Jason Merrill <jason@redhat.com>
* genmultilib: Use 'cd ./foo'.
2002-12-17 Kazu Hirata <kazu@cs.umass.edu>
* doc/c-tree.texi: Restore deliberate spelling mistakes.
...
...
@@ -36,6 +40,9 @@ Tue Dec 17 09:47:57 CET 2002 Jan Hubicka <jh@suse.cz>
2002-12-16 Jason Merrill <jason@redhat.com>
* calls.c (expand_call): Handle CALL_EXPR_HAS_RETURN_SLOT_ADDR
with special struct-return ABIs.
* c-semantics.c (add_scope_stmt): Abort if the end SCOPE_STMT
doesn't match the begin SCOPE_STMT in partialness.
...
...
This diff is collapsed.
Click to expand it.
gcc/genmultilib
+
2
−
1
View file @
e489a31f
...
...
@@ -121,7 +121,8 @@ enable_multilib=$8
echo
"static const char *const multilib_raw[] = {"
mkdir
tmpmultilib.
$$
||
exit
1
cd
tmpmultilib.
$$
||
exit
1
# Use cd ./foo to avoid CDPATH output.
cd
./tmpmultilib.
$$
||
exit
1
# What we want to do is select all combinations of the sets in
# options. Each combination which includes a set of mutually
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment