1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-15 22:48:48 +03:00
openwrt-xburst/toolchain/Makefile.in
wbx 0ad156d8cd sync with buildroot2 from uclibc, add my version of kernel-headers
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@266 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-02-19 07:43:54 +00:00

11 lines
195 B
Makefile

ifeq ($(BR2_ENABLE_MULTILIB),y)
MULTILIB:=--enable-multilib
endif
# FIXME -- this is temporary
OPTIMIZE_FOR_CPU=$(ARCH)
# gcc has a bunch of needed stuff....
include toolchain/gcc/Makefile.in