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-ide
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
6
Issues
6
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-ide
Commits
0bac683c
Commit
0bac683c
authored
Jan 14, 2019
by
Mart Lubbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
unix pmcleansystem reinstate missing unlink
parent
84631e02
Pipeline
#17698
passed with stage
in 51 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
Unix/PmCleanSystem.icl
Unix/PmCleanSystem.icl
+6
-3
No files found.
Unix/PmCleanSystem.icl
View file @
0bac683c
...
...
@@ -434,12 +434,15 @@ where
=
(
ps
,
link_ok
)
=
(
ps
,
link_ok
)
//Call gcc
=
linkGCC
[
temp_file_name
]
options2
ps
#!
(
ps
,
link_ok
)
=
linkGCC
[
temp_file_name
]
options2
ps
|
unlink
(
temp_file_name
+++
"
\0
"
)<>
0
=
(
ps
,
link_ok
)
=
(
ps
,
link_ok
)
//Just link with gcc
linkGCC
object_paths
gccOptions
ps
#
gcc_option
s
=
add_options_string_to_args
0
gccOptions
(
StrictListToList
(
Append
library_file_names
"-lm"
))
#
ld_args
=
[
"-o"
,
path
:
object_paths
]
++
gcc_option
s
#
ld_arg
s
=
add_options_string_to_args
0
gccOptions
(
StrictListToList
(
Append
library_file_names
"-lm"
))
#
ld_args
=
[
"-o"
,
path
:
object_paths
]
++
ld_arg
s
ld_args
=
IF_MACOSX
ld_args
(
IF_INT_64_OR_32
[
"-no-pie"
:
ld_args
]
ld_args
)
ld_args
=
if
gen_symbol_table
ld_args
[
"-s"
:
ld_args
]
#
ld
=
"/usr/bin/gcc"
...
...
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