diff options
author | John van Groningen | 2015-06-17 15:40:00 +0000 |
---|---|---|
committer | John van Groningen | 2015-06-17 15:40:00 +0000 |
commit | 202be12b9854570ba4b4e44e35904ed4db76e37f (patch) | |
tree | 3a922f21709533c0e6cecbdc57adc82f9e79fb18 /macho64/make.sh | |
parent | add eol-style and mime-type properties, to fix newline conversion (diff) |
Add time profiling on Mac OS X
Diffstat (limited to 'macho64/make.sh')
-rwxr-xr-x | macho64/make.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macho64/make.sh b/macho64/make.sh index 246439a..fd56f62 100755 --- a/macho64/make.sh +++ b/macho64/make.sh @@ -10,8 +10,8 @@ as afileIO3.s -o afileIO3.o # ld -r startup.o ../scon.o afileIO3.o ufileIO2.o -o _startup.o libtool -static -o _startup.o startup.o ../scon.o afileIO3.o ufileIO2.o # Because of a bug in ld, the following does not work anymore (MacOSX 10.7 and 10.8) -# ld -r startupTrace.o ../scon.o afileIO3.o ufileIO2.o -o _startupTrace.o +# ld -r startupTrace.o ../scon-trace.o afileIO3.o ufileIO2.o -o _startupTrace.o libtool -static -o _startupTrace.o startupTrace.o ../scon-trace.o afileIO3.o ufileIO2.o # Because of a bug in ld, the following does not work anymore (MacOSX 10.7 and 10.8) -# ld -r startupProfile.o ../scon.o afileIO3.o ufileIO2.o -o _startupProfile.o +# ld -r startupProfile.o ../scon-profile.o afileIO3.o ufileIO2.o -o _startupProfile.o libtool -static -o _startupProfile.o startupProfile.o ../scon-profile.o afileIO3.o ufileIO2.o |