CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
raspberrypi.mk: removed thumb support. Problems with gcc while building hardfp and...
[toolchain.git] / vars.mk
CommitLineData
851a4f23
JB
1#
2# vars.mk
3#
4
5HOST = $(shell echo $$MACHTYPE | sed "s/$$(echo $$MACHTYPE | cut -d- -f2)/cross/")
c33673ee 6TARGET = arm-crux-linux-gnueabihf
851a4f23 7
0d50b215
VM
8TOPDIR = $(shell pwd)
9CLFS = $(TOPDIR)/clfs
10CROSSTOOLS = $(TOPDIR)/crosstools
11WORK = $(TOPDIR)/work
851a4f23 12
0d50b215
VM
13KERNEL_HEADERS_VERSION = 3.5.4
14LIBGMP_VERSION = 5.0.5
15LIBMPFR_VERSION = 3.1.1
16LIBMPC_VERSION = 1.0.1
17BINUTILS_VERSION = 2.22
18GCC_VERSION = 4.7.2
19GLIBC_VERSION = 2.16.0
851a4f23 20
0d50b215
VM
21# Optimizations per device: generic/efikamx/raspberrypi
22DEVICE=generic
23include $(TOPDIR)/$(DEVICE).mk
91b4e610 24
851a4f23 25# End of file