comparison sources/targets/x86_64 @ 1522:95a720e694a6

Switch x86_64 from nptl back to pthreads. This isn't the correct fix but uClibc apparently never tested nptl on x86-64, and one of the assembly files doesn't support PIC.
author Rob Landley <rob@landley.net>
date Thu, 10 May 2012 22:03:22 -0500
parents b499abdbcdfa
children e958c89076c1
comparison
equal deleted inserted replaced
1521:12e1cb05ea8c 1522:95a720e694a6
14 CONSOLE=ttyS0 14 CONSOLE=ttyS0
15 15
16 UCLIBC_CONFIG=" 16 UCLIBC_CONFIG="
17 TARGET_x86_64=y 17 TARGET_x86_64=y
18 UCLIBC_HAS_FPU=y 18 UCLIBC_HAS_FPU=y
19 LINUXTHREADS_OLD=y
19 " 20 "
20 21
21 LINUX_CONFIG=" 22 LINUX_CONFIG="
22 CONFIG_ACPI=y 23 CONFIG_ACPI=y
23 CONFIG_BLK_DEV_PIIX=y 24 CONFIG_BLK_DEV_PIIX=y