aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/stdlib/Makefile.in
AgeCommit message (Expand)AuthorFilesLines
2022-03-16newlib: libc: merge build up a directoryMike Frysinger1-1542/+0
2022-03-09newlib: libc: move stdlib multiplex logic from build to source filesMike Frysinger1-114/+116
2022-03-09newlib: rename mallocr.c to _mallocr.cMike Frysinger1-12/+12
2022-03-09newlib: move nano-malloc logic from build to source filesMike Frysinger1-56/+32
2022-03-01newlib: convert INTERNAL_NEWLIB to _LIBCMike Frysinger1-13/+12
2022-02-25newlib: libc: move configure into top-levelMike Frysinger1-13/+30
2022-02-18newlib: libc: delete crt0.o duplicationMike Frysinger1-1/+0
2022-02-15newlib/libgloss: drop unused $(CROSS_CFLAGS)Mike Frysinger1-1/+1
2022-02-15newlib: phoenix: merge configure up to top-levelMike Frysinger1-1/+2
2022-02-09newlib: drop support for $oextMike Frysinger1-44/+43
2022-02-09newlib: drop support for $aextMike Frysinger1-1/+0
2022-02-09newlib: drop libtool supportMike Frysinger1-140/+22
2022-02-08newlib: switch to AM_PROG_ARMike Frysinger1-0/+1
2022-02-08newlib: switch to standard AC_PROG_CCMike Frysinger1-6/+1
2022-02-05newlib: drop shared documentation rulesMike Frysinger1-34/+1
2022-02-05newlib: move man page generation into top-level buildMike Frysinger1-15/+2
2022-02-04newlib: libc: move manual into top-level buildMike Frysinger1-53/+15
2022-02-04newlib: libc: include all chapters all the time in the manualMike Frysinger1-5/+0
2022-01-29newlib: export abs_newlib_basedir for all subdirsMike Frysinger1-0/+1
2022-01-26newlib: libc: merge machine/ configure scripts up a levelMike Frysinger1-1/+6
2022-01-26newlib: libc: merge sys/ trampoline up a levelMike Frysinger1-0/+1
2022-01-26newlib: libc: merge machine/ trampoline up a levelMike Frysinger1-0/+1
2022-01-21newlib: punt unused LIBC_EXTRA_LIB settingsMike Frysinger1-3/+0
2022-01-14newlib: update to automake-1.15Mike Frysinger1-78/+146
2022-01-14require autoconf-2.69 exactlyMike Frysinger1-1/+4
2022-01-05newlib: fix silent build in a few subdirsMike Frysinger1-2/+2
2022-01-05newlib: migrate from INCLUDES to AM_CPPFLAGSMike Frysinger1-1/+1
2021-12-29newlib: Regenerate autotools filesJon Turney1-4/+3
2021-12-29newlib: Regenerate autotools filesJon Turney1-2/+2
2021-12-09newlib: Regenerate all autotools filesJon Turney1-269/+288
2021-12-03ldtoa: Import gdtoa from OpenBSD.Takashi Yano1-9/+42
2021-11-06libgloss/newlib: update configure.ac in Makefile.in filesMike Frysinger1-1/+1
2021-04-13Add build mechanism to share common header files between machinesCorinna Vinschen1-0/+1
2018-12-31Bump release to 3.1.0 for yearly snapshotnewlib-snapshot-20181231newlib-3.1.0Jeff Johnston1-23/+26
2018-10-10newlib: Build internal strtold code only if HAVE_LONG_DOUBLE definedCorinna Vinschen1-5/+6
2018-04-13Add nvptx port.Jeff Johnston1-32/+18
2017-12-07makedoc: make errors visibleJon Turney1-3/+3
2017-08-11newlib: regenerate libc/stdlib/Makefile.amCorinna Vinschen1-9/+36
2017-07-28newlib: regenerate stdlib/Makefile.inCorinna Vinschen1-33/+62
2017-04-04Add BSD-specific reallocarray()Sebastian Huber1-17/+23
2017-04-03Use enum __packed in favour of -fshort-enumsSebastian Huber1-2/+0
2016-07-04Regenerate newlib MakefilesJon Turney1-3/+16
2016-03-28Add simple versions of random() and srandom()Joel Sherrill1-14/+22
2016-03-18Add arc4random() etc. from OpenBSD 5.8Sebastian Huber1-7/+22
2015-12-21Add static instance of _on_exit_args for _REENT_SMALL platforms.Jeff Johnston1-21/+27
2015-11-20Import correctly working strtold from David M. Gay.Corinna Vinschen1-6/+21
2015-11-17Add rpmatch(3)Yaakov Selkowitz1-2/+10
2015-11-02Move duplicated documentation rules to Makefile.sharedJeff Johnston1-11/+20
2015-10-19C11 aligned_alloc() implementationSebastian Huber1-18/+25
2015-10-19C11 quick_exit() support for <stdlib.h>Sebastian Huber1-17/+24