aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/machine
AgeCommit message (Expand)AuthorFilesLines
2022-02-08newlib: drop unused xscale subdirMike Frysinger14-1738/+0
2022-02-05newlib: drop shared documentation rulesMike Frysinger1-34/+1
2022-02-04newlib: libc: include all chapters all the time in the manualMike Frysinger59-295/+0
2022-02-01newlib: add AC_CACHE_CHECK sugar around preprocessor checksMike Frysinger3-11/+12
2022-01-29newlib: use abs_newlib_basedir for -I pathsMike Frysinger4-6/+6
2022-01-29newlib: export abs_newlib_basedir for all subdirsMike Frysinger59-0/+59
2022-01-26newlib: libc: merge machine/ configure scripts up a levelMike Frysinger303-379868/+6136
2022-01-26newlib: libc: merge machine/ trampoline up a levelMike Frysinger5-16456/+0
2022-01-23newlib: powerpc: move libc machine list to MakefileMike Frysinger4-21/+101
2022-01-23newlib: update preprocessor configure checksMike Frysinger10-338/+1345
2022-01-21newlib: stop clobbering LDFLAGS with non-standard $ldflagsMike Frysinger118-305/+8
2022-01-21newlib: stop checking --enable-multilib in subdirsMike Frysinger61-797/+4
2022-01-18newlib: avoid duplicate awk checksMike Frysinger61-65/+4
2022-01-18newlib: merge old AC_LIBTOOL_WIN32_DLL macro into LT_INITMike Frysinger4-626/+618
2022-01-18newlib: update libtool macro nameMike Frysinger2-6/+6
2022-01-18newlib: delete (most) redundant lib_a_CCASFLAGS=$(AM_CCASFLAGS)Mike Frysinger111-1593/+209
2022-01-14newlib: update to automake-1.15Mike Frysinger183-26047/+41275
2022-01-14require autoconf-2.69 exactlyMike Frysinger305-1588/+736
2022-01-12libtool.m4: fix nm BSD flag detectionNick Alcock2-88/+90
2022-01-12libtool.m4: augment symcode for Solaris 11Nick Alcock2-2/+2
2022-01-12Add support for the haiku operating system. These are the os support patches ...Alexander von Gluck IV2-2/+2
2022-01-12GCC: Check if AR works with --plugin and rcH.J. Lu2-6/+22
2022-01-12GCC: Pass --plugin to AR and RANLIBH.J. Lu2-4/+50
2022-01-12libtool.m4: update GNU/Hurd test from upstream. In upstream libtool, 47a889a4...Samuel Thibault2-26/+6
2022-01-12newlib: regen aclocal.m4 after autoconf updateMike Frysinger61-122/+122
2022-01-11powerpc/setjmp: Improve RTEMS supportSebastian Huber1-0/+27
2022-01-05newlib: migrate from INCLUDES to AM_CPPFLAGSMike Frysinger120-240/+240
2021-12-31Update newlib to 4.2.0newlib-snapshot-20211231Jeff Johnston61-6505/+6867
2021-12-29newlib: Regenerate autotools filesJon Turney61-366/+305
2021-12-29newlib: Remove automake option 'cygnus'Jon Turney61-122/+0
2021-12-29newlib: Regenerate autotools filesJon Turney122-1142/+2261
2021-12-09newlib: Regenerate all autotools filesJon Turney183-1262/+9003
2021-11-15change _COMPILING_NEWLIB to _LIBCMike Frysinger4-4/+4
2021-11-11define _COMPILING_NEWLIB for all targets when compilingMike Frysinger2-4/+0
2021-11-09newlib: mips: delete glibc-specific logicMike Frysinger3-30/+0
2021-11-06libgloss/newlib: update configure.ac in Makefile.in filesMike Frysinger61-61/+61
2021-09-13libgloss/newlib: rename configure.in to configure.acMike Frysinger61-0/+0
2021-08-25nvptx: Emulate clock and other machine stubs.Roger Sayle5-3/+55
2021-05-26aarch64: support binary mode for opening filesRichard Earnshaw1-0/+12
2021-04-13Cygwin: don't export _feinitialise from newlibCorinna Vinschen1-5/+0
2021-04-13fenv: drop Cygwin-specific implementation in favor of newlib codeCorinna Vinschen1-1/+10
2021-04-13fenv: Move shared x86 sys/fenv.h from x86_64 to shared_x86Corinna Vinschen2-1/+0
2021-04-13fenv: add missing declarations to x86 fenv.hCorinna Vinschen1-0/+5
2021-02-25RISC-V: Fix optimized strcmp on big endianMarcus Comstedt1-4/+36
2021-02-05Removed Soft float from MIPSEshan dhawan1-31/+18
2020-12-18Bump up newlib version to 4.1.0newlib-4.1.0Jeff Johnston61-610/+610
2020-12-14arm: Fix memchr() for Armv8-RSebastian Huber1-0/+4
2020-12-11Bump newlib release to 4.0.0Jeff Johnston61-610/+610
2020-09-23Port of C-SKY for newlibJojo R8-2/+6333
2020-07-29arm: Fix fenv supportEshan dhawan4-476/+17