Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-compiler-and-rts
compiler
Commits
ff52fefb
Commit
ff52fefb
authored
Nov 08, 2006
by
John van Groningen
Browse files
add makefile for 64 bit linux
parent
9d4f3d8e
Changes
1
Hide whitespace changes
Inline
Side-by-side
backendC/CleanCompilerSources/Makefile.linux64
0 → 100644
View file @
ff52fefb
# This is for linux 64
CC
=
gcc
CFLAGS
=
-D_SUN_
-DGNU_C
-DG_A64
-O
-fomit-frame-pointer
AR
=
ar
RANLIB
=
ranlib
OBJECTS
=
\
backend.o backendsupport.o buildtree.o checker_2.o checksupport.o
\
cocl.o codegen1.o codegen2.o codegen3.o codegen.o comparser_2.o
\
compiler.o comsupport.o dbprint.o instructions.o optimisations.o
\
pattern_match_2.o result_state_database.o sa.o scanner_2.o
\
set_scope_numbers.o settings.o unix_io.o statesgen.o tcsupport_2.o
\
typeconv_2.o version.o
backend.a
:
$(OBJECTS)
$(AR)
cur backend.a
$(OBJECTS)
$(RANLIB)
backend.a
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment