Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3882 → Rev 3885

/trunk/uspace/lib/libc/Makefile.toolchain
30,6 → 30,13
LFLAGS = -M -N $(SOFTINT_PREFIX)/libsoftint.a
AFLAGS =
 
## Cross-toolchain prefix
#
 
ifndef CROSS_PREFIX
CROSS_PREFIX = /usr/local
endif
 
## Setup platform configuration
#
 
/trunk/uspace/lib/libc/Makefile
32,11 → 32,6
LIBC_PREFIX = $(shell pwd)
SOFTINT_PREFIX = ../softint
 
ifndef CROSS_PREFIX
CROSS_PREFIX = /usr/local
endif
 
 
## Setup toolchain
#