Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
DOUAR WSMP
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
HUGG
DOUAR WSMP
Commits
cc123b84
Commit
cc123b84
authored
15 years ago
by
Douglas Guptill
Browse files
Options
Downloads
Patches
Plain Diff
tweaking
parent
0029c439
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/build-p690
+12
-5
12 additions, 5 deletions
doc/build-p690
with
12 additions
and
5 deletions
doc/build-p690
+
12
−
5
View file @
cc123b84
Build recipe for the p690
Author: Douglas Guptill
Date: 2009-07-14
Date: 2009-07-14
, 15
# Edit Makefile.p690
#
# a quirk, make will fail otherwise.
touch Makefile.deps
# install the Makefile specialization for the p690.
make p690
# The default xlf compiler is version 8.1.
# It is not up to the task of compiling douar
PATH=/usr/xlf-10.1/usr/bin:${PATH}
# WSMP wants this.
export OBJECT_MODE=64
# a quirk, make will fail otherwise.
touch Makefile.deps
# install the Makefile specialization for the p690.
make p690
# install the latest version of define_bc
make bc_20090710
# build douar.
make
#
# The link will fail if the -extchk option is still there.
#
# look at the ouput
make more-output
# remove -extchk from FFLAGS and CFLAGS in Makefile.p690
...
...
@@ -26,6 +30,9 @@ make p690
make distclean
# build douar again
make
#
# After a successful compile and link....
#
# Look at the build output
make more-output
# install the binary
...
...
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