Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
melodic
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
Container Registry
Model registry
Operate
Environments
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
FSL
melodic
Commits
4c330bdf
Commit
4c330bdf
authored
20 years ago
by
Stephen Smith
Browse files
Options
Downloads
Patches
Plain Diff
changes to makefile to add some compile flags for Alpha platform
parent
86605ef7
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
Makefile
+1
-0
1 addition, 0 deletions
Makefile
fslconfig
+9
-0
9 additions, 0 deletions
fslconfig
with
10 additions
and
0 deletions
Makefile
+
1
−
0
View file @
4c330bdf
...
...
@@ -3,6 +3,7 @@
include
${FSLCONFDIR}/default.mk
OPTFLAGS
=
-O3
OPTFLAGS_alphaev6-dec-osf5.0-gcc2.95.2
=
-O3
-mieee
-mfp-trap-mode
=
sui
PROJNAME
=
melodic2
...
...
This diff is collapsed.
Click to expand it.
fslconfig
0 → 100755
+
9
−
0
View file @
4c330bdf
#!/bin/sh
# Special machine specific makefile options
# Remove suffix _${FSLMACHTYPE} from within Makefile to turn specific
# variables on
cp
Makefile Makefile.orig
sed
"s/_
${
FSLMACHTYPE
}
//g"
Makefile.orig
>
Makefile
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