Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
mkcl
mkcl
Commits
fa855687
Commit
fa855687
authored
May 24, 2020
by
Jean-Claude Beaudoin
Browse files
Make assembler listing more informative.
parent
1cfb8e63
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/c/Makefile.in
View file @
fa855687
...
...
@@ -86,7 +86,7 @@ all:
all2
:
../mkclmin.a ../mkcltop.a all_symbols.o all_symbols2.o cinit.o
.c.s
:
$(CC)
$(CFLAGS)
-S
-o
$@
-c
$<
$(CC)
$(CFLAGS)
-fverbose-asm
-S
-o
$@
-c
$<
.c.o
:
$(CC)
$(CFLAGS)
-o
$@
-c
$<
...
...
@@ -128,7 +128,7 @@ ffi_aarch64.c: arch/ffi_aarch64.d $(DPP)
$(RANLIB)
$@
clean
:
$(RM)
$(OBJS)
all_symbols.o all_symbols2.o cinit.o core core.
*
a.out
$(RM)
$(OBJS)
$(OBJS:%.o=%.s)
all_symbols.o all_symbols2.o cinit.o core core.
*
a.out
distclean
:
clean
$(RM)
$(DPP)
$(DCFILES)
symbols_list2.h all_symbols.c cinit.c
...
...
@@ -164,6 +164,7 @@ unixfsys.o: unixfsys.c
ffi_x86.o
:
ffi_x86.c
$(CC)
$(CFLAGS)
-O0
-c
ffi_x86.c
-o
$@
#
# These files are interrelated
#
...
...
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