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
clean-test-properties
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
3
Issues
3
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
clean-and-itasks
clean-test-properties
Commits
e69aac32
Verified
Commit
e69aac32
authored
Apr 10, 2020
by
Camil Staps
🚀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add testproperties32 make target for 32-bit build
parent
4cf3bc85
Pipeline
#41203
passed with stage
in 4 minutes and 34 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
src/Makefile
src/Makefile
+9
-0
src/compiler
src/compiler
+1
-1
No files found.
src/Makefile
View file @
e69aac32
...
...
@@ -8,6 +8,9 @@ all: $(BIN)
$(BIN)
:
%: %.prj compiler .FORCE
cpm
$<
$(BIN)32
:
%32: %.prj compiler32 .FORCE
cpm
$<
$(addsuffix .prj,$(BIN))
:
%.prj: %.prj.default
cp
$^
$@
...
...
@@ -17,6 +20,12 @@ compiler: .FORCE
mkdir
-p
compiler/backend/Clean
\
System
\
Files
ln
-fs
../../backendC/CleanCompilerSources/backend.a compiler/backend/Clean
\
System
\
Files/backend_library
compiler32
:
.FORCE
CFLAGS
=
-m32
$(MAKE)
-C
compiler/main/Unix
$(MAKE)
-C
compiler/backendC/CleanCompilerSources
mkdir
-p
compiler/backend/Clean
\
System
\
Files
ln
-fs
../../backendC/CleanCompilerSources/backend.a compiler/backend/Clean
\
System
\
Files/backend_library
clean
:
shopt
-s
globstar
;
$(RM)
-r
**
/Clean
\
System
\
Files
$(BIN)
$(
addsuffix
.prj,
$(BIN)
)
...
...
compiler
@
bee94f75
Compare
3e23fd51
...
bee94f75
Subproject commit
3e23fd513045b76b87a54f0fb7ab899813039d1f
Subproject commit
bee94f753e0da81b81832edfa78f6a16238b7bbb
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