blob: ec5ab8a5d79f4ae012ef8b24c08d0183c0968f93 (
plain)
1
2
3
4
5
6
7
|
ARCH:= mips
CPU_ARCH:= mips64el
KERNEL_VERSION:= 2.6.35
KERNEL_RELEASE:= 1
KERNEL_MD5SUM:= 091abeb4684ce03d1d936851618687b6
TARGET_OPTIMIZATION:= -Os -pipe
TARGET_CFLAGS_ARCH:= -march=loongson2f -mabi=64
|