Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
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
Esteban Blanc
proview
Commits
1e2bc4b6
Commit
1e2bc4b6
authored
Jan 26, 2006
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
6a0df769
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
4 deletions
+13
-4
src/exe/rt_ini/src/os_linux/link_rule.mk
src/exe/rt_ini/src/os_linux/link_rule.mk
+8
-2
src/tools/bld/src/os_linux/exe_generic.mk
src/tools/bld/src/os_linux/exe_generic.mk
+1
-1
src/tools/bld/src/os_linux/hw_x86/variables.mk
src/tools/bld/src/os_linux/hw_x86/variables.mk
+4
-1
No files found.
src/exe/rt_ini/src/os_linux/link_rule.mk
View file @
1e2bc4b6
ifndef
link_rule_mk
link_rule_mk
:=
1
link
=
$(ld)
$(elinkflags)
$(domap)
-o
$(export_exe)
\
ifeq
($(export_type),exp)
link
=
$(ld)
$(explinkflags)
$(domap)
-o
$(export_exe)
\
$(export_obj)
$(objects)
$(rt_msg_objs)
$(rs_msg_objs)
\
$(pwr_obj)
/rt_io_user.o
\
-lpwr_rt
-lpwr_co
-lpwr_msg_dummy
-lpthread
-lm
else
link
=
$(ld)
$(elinkflags)
$(domap)
-o
$(export_exe)
\
$(export_obj)
$(objects)
$(rt_msg_objs)
$(rs_msg_objs)
\
$(pwr_obj)
/rt_io_user.o
\
-lpwr_rt
-lpwr_co
-lpwr_msg_dummy
-lpthread
-lm
endif
endif
src/tools/bld/src/os_linux/exe_generic.mk
View file @
1e2bc4b6
...
...
@@ -136,7 +136,7 @@ realclean : clean $(clean_h_includes) $(clean_hpp_includes) clean_dirs
$(export_exe)
:
$(link_rule) $(export_obj) $(objects)
@
$(log_link_exe)
@
$(link)
$(link)
# This is for Lynx 2.5 map files, it doesn't work for Linux. ML
...
...
src/tools/bld/src/os_linux/hw_x86/variables.mk
View file @
1e2bc4b6
...
...
@@ -10,6 +10,7 @@ variables_mk := 1
release_root
:=
$(pwre_broot)
/
$(os_name)
/
$(hw_name)
module_root
:=
$(release_root)
/
$(pwre_bmodule)
export_type
:=
$(export_type)
exe_dir
:=
$(module_root)
/exe
lib_dir
:=
$(module_root)
/lib
...
...
@@ -118,7 +119,8 @@ ifeq ($(pwre_btype),rls)
cflags
:=
-c
-O3
-D_GNU_SOURCE
-DPWR_NDEBUG
-D_REENTRANT
cxxflags
:=
$(cflags)
linkflags
:=
-O3
-L
/usr/local/lib
-L
$(lib_dir)
-lm
-lrt
elinkflags
:=
-O3
-L
/usr/local/lib
-L
$(libdir)
-L
$(elib_dir)
-lm
-lrt
elinkflags
:=
-O3
-L
/usr/local/lib
-L
$(lib_dir)
-L
$(elib_dir)
-lm
-lrt
explinkflags
:=
-g
-L
/usr/local/lib
-L
$(elib_dir)
-lrt
clis
=
/lis
=
$(list)
dolist
=
/lis
=
$(list)
domap
=
-Xlinker
-Map
-Xlinker
$(map)
...
...
@@ -128,6 +130,7 @@ else
mmflags
:=
-Wno-deprecated
linkflags
:=
-g
-L
/usr/local/lib
-L
$(lib_dir)
-lrt
elinkflags
:=
-g
-L
/usr/local/lib
-L
$(lib_dir)
-L
$(elib_dir)
-lrt
explinkflags
:=
-g
-L
/usr/local/lib
-L
$(elib_dir)
-lrt
dolist
=
/lis
=
$(list)
clis
:=
domap
=
-Xlinker
-Map
-Xlinker
$(map)
...
...
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