You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
include $(TOPDIR)/rules.mk
|
|
|
|
include ./gcc-uclibc-3.x.mk
|
|
|
|
source: gcc-source
|
|
prepare: gcc_initial
|
|
compile: $(GCC_BUILD_DIR2)/.compiled
|
|
install: gcc-install
|
|
clean: gcc_initial-clean gcc-clean
|
|
|