Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
SRB2Classic
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PAS
SRB2Classic
Commits
fe65f2b2
Commit
fe65f2b2
authored
1 year ago
by
Alam Ed Arias
Browse files
Options
Downloads
Patches
Plain Diff
Update cpdebug.mk
Allow Env to overwrite Makefile's default OBJCOPY and OBJDUMP, just like CC
parent
fa76733f
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
cpdebug.mk
+32
-32
32 additions, 32 deletions
cpdebug.mk
with
32 additions
and
32 deletions
cpdebug.mk
+
32
−
32
View file @
fe65f2b2
...
@@ -3,12 +3,12 @@ ifdef ComSpec
...
@@ -3,12 +3,12 @@ ifdef ComSpec
COMSPEC
=
$(
ComSpec
)
COMSPEC
=
$(
ComSpec
)
endif
endif
ifdef
COMSPEC
ifdef
COMSPEC
OBJCOPY
=
objcopy.exe
OBJCOPY
?
=
objcopy.exe
OBJDUMP
=
objdump.exe
OBJDUMP
?
=
objdump.exe
GZIP
?=
gzip.exe
GZIP
?=
gzip.exe
else
else
OBJCOPY
=
objcopy
OBJCOPY
?
=
objcopy
OBJDUMP
=
objdump
OBJDUMP
?
=
objdump
GZIP
?=
gzip
GZIP
?=
gzip
endif
endif
DBGNAME
=
$(
BIN
)
.debug
DBGNAME
=
$(
BIN
)
.debug
...
...
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