Author: nbd Date: 2015-03-24 11:07:07 +0100 (Tue, 24 Mar 2015) New Revision: 44961
Removed: trunk/toolchain/uClibc/config-0.9.33.2/avr32 trunk/toolchain/uClibc/patches-0.9.33.2/140-avr32_atomic_fix.patch Modified: trunk/toolchain/uClibc/common.mk Log: uClibc: remove avr32 support Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/toolchain/uClibc/common.mk =================================================================== --- trunk/toolchain/uClibc/common.mk 2015-03-24 10:06:55 UTC (rev 44960) +++ trunk/toolchain/uClibc/common.mk 2015-03-24 10:07:07 UTC (rev 44961) @@ -26,7 +26,6 @@ -e 's/i.86/i386/' \ -e 's/sparc.*/sparc/' \ -e 's/arm.*/arm/g' \ - -e 's/avr32.*/avr32/g' \ -e 's/m68k.*/m68k/' \ -e 's/ppc/powerpc/g' \ -e 's/v850.*/v850/g' \ Deleted: trunk/toolchain/uClibc/config-0.9.33.2/avr32 =================================================================== --- trunk/toolchain/uClibc/config-0.9.33.2/avr32 2015-03-24 10:06:55 UTC (rev 44960) +++ trunk/toolchain/uClibc/config-0.9.33.2/avr32 2015-03-24 10:07:07 UTC (rev 44961) @@ -1,12 +0,0 @@ -ARCH_BIG_ENDIAN=y -CONFIG_AVR32_AP7=y -FORCE_SHAREABLE_TEXT_SEGMENTS=y -LINKRELAX=y -LINUXTHREADS_OLD=y -TARGET_ARCH="avr32" -TARGET_avr32=y -UCLIBC_HAS_FPU=y -# UCLIBC_HAS_SCANF_GLIBC_A_FLAG is not set -# UCLIBC_HAS_STRING_ARCH_OPT is not set -# UCLIBC_HAS_THREADS_NATIVE is not set -UNIX98PTY_ONLY=y Deleted: trunk/toolchain/uClibc/patches-0.9.33.2/140-avr32_atomic_fix.patch =================================================================== --- trunk/toolchain/uClibc/patches-0.9.33.2/140-avr32_atomic_fix.patch 2015-03-24 10:06:55 UTC (rev 44960) +++ trunk/toolchain/uClibc/patches-0.9.33.2/140-avr32_atomic_fix.patch 2015-03-24 10:07:07 UTC (rev 44961) @@ -1,10 +0,0 @@ ---- a/libc/sysdeps/linux/avr32/bits/atomic.h -+++ b/libc/sysdeps/linux/avr32/bits/atomic.h -@@ -28,6 +28,7 @@ typedef uintmax_t uatomic_max_t; - - #define __arch_compare_and_exchange_val_32_acq(mem, newval, oldval) \ - ({ \ -+ __uint32_t __result; \ - __typeof__(*(mem)) __prev; \ - __asm__ __volatile__( \ - "/* __arch_compare_and_exchange_val_32_acq */\n" \ _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
