Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
compiler
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
17
Issues
17
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
clean-compiler-and-rts
compiler
Commits
ff52fefb
Commit
ff52fefb
authored
Nov 08, 2006
by
John van Groningen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add makefile for 64 bit linux
parent
9d4f3d8e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
backendC/CleanCompilerSources/Makefile.linux64
backendC/CleanCompilerSources/Makefile.linux64
+17
-0
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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