Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
binutils-gdb
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
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
Sebastien Michelland
binutils-gdb
Commits
4f8318f8
Commit
4f8318f8
authored
15 years ago
by
Tristan Gingold
Browse files
Options
Downloads
Patches
Plain Diff
2009-05-25 Tristan Gingold <gingold@adacore.com>
* makefile.vms (OPT): New variable. (CFLAGS): Update compilation flags.
parent
d5acff2f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
opcodes/ChangeLog
+5
-0
5 additions, 0 deletions
opcodes/ChangeLog
opcodes/makefile.vms
+3
-2
3 additions, 2 deletions
opcodes/makefile.vms
with
8 additions
and
2 deletions
opcodes/ChangeLog
+
5
−
0
View file @
4f8318f8
2009-05-25 Tristan Gingold <gingold@adacore.com>
* makefile.vms (OPT): New variable.
(CFLAGS): Update compilation flags.
2009-05-22 DJ Delorie <dj@redhat.com>
2009-05-22 DJ Delorie <dj@redhat.com>
* mep-asm.c: Regenerate.
* mep-asm.c: Regenerate.
...
...
This diff is collapsed.
Click to expand it.
opcodes/makefile.vms
+
3
−
2
View file @
4f8318f8
...
@@ -21,8 +21,9 @@ DEFS=/define=($(FORMAT))
...
@@ -21,8 +21,9 @@ DEFS=/define=($(FORMAT))
CFLAGS
=
/include
=([]
,[-.include],[-.bfd]
)
$(
DEFS
)
CFLAGS
=
/include
=([]
,[-.include],[-.bfd]
)
$(
DEFS
)
else
else
DEFS
=
/define
=(
$(
FORMAT
)
)
DEFS
=
/define
=(
$(
FORMAT
)
)
CFLAGS
=
/noopt/debug/include
=([]
,[-.include],[-.bfd]
)
$(
DEFS
)
\
OPT
=
/noopt/debug
/name
=(
as_is,shortened
)
/warnings
=
disable
=(
missingreturn,longextern
)
CFLAGS
=
$(
OPT
)
/include
=([]
,[-.include],[-.bfd]
)
$(
DEFS
)
\
/name
=(
as_is,shortened
)
endif
endif
libopcodes.olb
:
sysdep.h $(OBJS)
libopcodes.olb
:
sysdep.h $(OBJS)
...
...
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