Skip to content
Snippets Groups Projects
Commit 4c330bdf authored by Stephen Smith's avatar Stephen Smith
Browse files

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
......@@ -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
......
#!/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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment