Changeset 1761 for Whitix/branches

Show
Ignore:
Timestamp:
01/13/09 05:24:50 (3 years ago)
Author:
khorben
Message:

Does not need -lpthread afaik

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Whitix/branches/khorben-libc/user/burn/Makefile

    r1290 r1761  
    88 
    99build: $(OBJS) 
    10         $(CC) -nostdlib -L../libc/src -L../librtl -L../posix -L../sdk/libs ../libc/src/start.o $(OBJS) -lc -lrtl -lconsole -lpthread -o burn -Wl,-I/System/Runtime/liblinker.so 
     10        $(CC) -nostdlib -L../libc/src -L../librtl -L../posix -L../sdk/libs ../libc/src/start.o $(OBJS) -lc -lrtl -lconsole -o burn -Wl,-I/System/Runtime/liblinker.so 
    1111        strip burn 
    1212