File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 47
47
working-directory : libc
48
48
run : |
49
49
make -f watcom.mk clean
50
- make -f watcom.mk
50
+ make -f watcom.mk MODEL=c
51
+ make -f watcom.mk MODEL=s
52
+ make -f watcom.mk MODEL=m
53
+ make -f watcom.mk MODEL=l
51
54
- name : build ELKS sample
52
55
working-directory : elkscmd/basic
53
56
run : |
Original file line number Diff line number Diff line change 24
24
25
25
ELKSLIBC=$TOPDIR /libc
26
26
27
+ source $TOPDIR /libc/watcom.model
28
+
27
29
# wlink options for debugging:
28
30
# -Wl,option -Wl,map # produce mapfile (or use -fm=file.map)
29
31
# -Wl,option -Wl,verbose # more detail in mapfile
@@ -38,7 +40,7 @@ LDFLAGS="\
38
40
-Wl,option -Wl,nodefaultlibs \
39
41
-Wl,option -Wl,stack=0x1000 \
40
42
-Wl,option -Wl,heapsize=0x1000 \
41
- -Wl,library -Wl,$TOPDIR /libc/libc.lib \
43
+ -Wl,library -Wl,$TOPDIR /libc/libc$MODEL .lib \
42
44
"
43
45
44
46
while true ; do
You can’t perform that action at this time.
0 commit comments