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.
1234567891011121314 |
- # Configuration for Linux for 64-bit X86 (Opteron)
-
- include $(TOP)/configs/linux
-
- CONFIG_NAME = linux-x86-64
-
- ARCH_FLAGS = -m64
-
- ASM_SOURCES = $(X86-64_SOURCES)
- ASM_API = $(X86-64_API)
- ASM_FLAGS = -DUSE_X86_64_ASM
-
- LIB_DIR = lib64
- EXTRA_LIB_PATH = -L/usr/X11R6/lib64
|