Skip to content

Commit

Permalink
Fixed up exports.
Browse files Browse the repository at this point in the history
Signed-off-by: Alastair Lynn <arplynn@gmail.com>
  • Loading branch information
prophile committed Aug 4, 2009
1 parent 2d4f09c commit b509f46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
9 changes: 1 addition & 8 deletions exports.txt
Expand Up @@ -3,14 +3,7 @@ _yarn_yield
_yarn_process
_yarn_current
_yarn_mark
_yarn_lock_init
_yarn_lock_lock
_yarn_lock_unlock
_yarn_rwlock_init
_yarn_rwlock_read_lock
_yarn_rwlock_read_unlock
_yarn_rwlock_write_lock
_yarn_rwlock_write_unlock
_yarns_version
_yarns_atomic_queue_new
_yarns_atomic_queue_delete
_yarns_atomic_queue_push
Expand Down
4 changes: 2 additions & 2 deletions profile-generator/templates/Makefile
Expand Up @@ -16,11 +16,11 @@ libyarns.a: obj/ymain.o

{ifnot $lto}
obj/ymain.o: $(COBJECTS) $(AOBJECTS)
ld -r $^ -o $@
ld $(LDFLAGS) -r $^ -o $@
{/ifnot}
{if $lto}
obj/ymain.o: obj/libyarns.o $(AOBJECTS)
ld -r $^ -o $@
ld $(LDFLAGS) -r $^ -o $@

obj/libyarns.o: obj/libyarns.s
{$as} {$asflags} -o $@ $<
Expand Down

0 comments on commit b509f46

Please sign in to comment.