Skip to content
Snippets Groups Projects
Commit c3de08ff authored by Duncan Mortimer's avatar Duncan Mortimer
Browse files

Fixes for Apple gcc 4.0.0

parent 16cccdfb
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
include ${FSLCONFDIR}/default.mk
OPTFLAGS = -O3
#OPTFLAGS = -O3
OPTFLAGS_alphaev6-dec-osf5.0-gcc2.95.2 = -O3 -mieee -mfp-trap-mode=sui
PROJNAME = melodic2
......@@ -28,10 +28,10 @@ SCRIPTS = melodicreport
all: ${XFILES}
melodic: ${MELODIC_OBJS}
$(CXX) ${CXXFLAGS} ${LDFLAGS} -o $@ ${MELODIC_OBJS} ${LIBS}
$(CXX) ${CXXFLAGS} ${LDFLAGS} -o $@ ${MELODIC_OBJS} ${LIBS}
test: ${TOBJS}
$(CXX) ${CXXFLAGS} ${LDFLAGS} -o $@ ${TOBJS} ${LIBS}
$(CXX) ${CXXFLAGS} ${LDFLAGS} -o $@ ${TOBJS} ${LIBS}
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