Subversion Repositories HelenOS-historic

Compare Revisions

No changes between revisions

Ignore whitespace Rev 805 → Rev 804

/uspace/trunk/libc/Makefile
43,8 → 43,9
generic/libc.c \
generic/io.c
 
ARCH_SOURCES += \
arch/$(ARCH)/src/entry.s
ARCH_SOURCES = \
arch/$(ARCH)/src/entry.s \
arch/$(ARCH)/src/syscall.c
 
GENERIC_OBJECTS := $(addsuffix .o,$(basename $(GENERIC_SOURCES)))
ARCH_OBJECTS := $(addsuffix .o,$(basename $(ARCH_SOURCES)))
/uspace/trunk/libc/arch/amd64/src/syscall.S
File deleted
/uspace/trunk/libc/arch/amd64/src/entry.s
File deleted
/uspace/trunk/libc/arch/amd64/_link.ld.in
File deleted
/uspace/trunk/libc/arch/amd64/include/types.h
File deleted
/uspace/trunk/libc/arch/amd64/Makefile.inc
File deleted
/uspace/trunk/libc/arch/mips32/Makefile.inc
32,5 → 32,3
TARGET = mipsel-linux-gnu
TOOLCHAIN_DIR = /usr/local/mipsel/bin
CFLAGS += -mno-abicalls -mips3
 
ARCH_SOURCES += arch/$(ARCH)/src/syscall.c
/uspace/trunk/libc/arch/ia32/Makefile.inc
31,5 → 31,3
 
TARGET = i686-pc-linux-gnu
TOOLCHAIN_DIR = /usr/local/i686/bin
 
ARCH_SOURCES += arch/$(ARCH)/src/syscall.c
/uspace/trunk/libc/arch/mips32eb/_link.ld.in
File deleted
\ No newline at end of file
Property changes:
Deleted: svn:special
-*
\ No newline at end of property
/uspace/trunk/uspace.config
2,7 → 2,6
 
# Architecture
@ "ia32" Intel IA-32
@ "amd64" AMD64/Intel EM64T
@ "mips32" MIPS 32-bit
! ARCH (choice)