summaryrefslogtreecommitdiff
path: root/packages/libc
Commit message (Collapse)AuthorAgeFilesLines
* * always use forward slashes in path to fpmake similarly to paths to other ↵hajny2014-02-012-4/+4
| | | | | | tools in Makefiles git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@26641 3ad0048d-3df7-0310-abae-a5850022a9f2
* * Handle the location of each package at run-time, not at compilation timejoost2013-06-021-1/+1
| | | | | | * Added a fpmake.pp in the root, to compile the utils and packages in one go git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@24783 3ad0048d-3df7-0310-abae-a5850022a9f2
* Regenerate all Makefiles with an up-to-date fpcmake binarypierre2013-04-291-32/+159
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@24365 3ad0048d-3df7-0310-abae-a5850022a9f2
* * Re-generated Makefiles for the changes in the Makefile.fpcs in r24349joost2013-04-271-117/+135
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@24350 3ad0048d-3df7-0310-abae-a5850022a9f2
* * Now zipinstall is passed to fpmake by all Makefile.fpc'sjoost2013-04-271-0/+2
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@24349 3ad0048d-3df7-0310-abae-a5850022a9f2
* * Regenerated all makefiles.yury2013-01-171-93/+27
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/branches/targetandroid@23422 3ad0048d-3df7-0310-abae-a5850022a9f2
* * Re-generated all the Makefile.fpcs from the packages. So they are almost ↵joost2012-11-172-32/+64
| | | | | | all the same now. git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@23001 3ad0048d-3df7-0310-abae-a5850022a9f2
* Pass OPT to compilation of fpmake.tom_at_work2012-09-152-9/+122
| | | | | | | | Solves issues with systems that e.g. require special options for compilation of programs (e.g. libc programs to find libc startup code) or the actual build has been compiled with options that are incompatible with default ones. Tested changes by building an i386-linux local build and i386-linux->arm-linux cross-builds git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@22397 3ad0048d-3df7-0310-abae-a5850022a9f2
* Revert r22080 because it prevents crosscompilation.tom_at_work2012-08-162-122/+9
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@22101 3ad0048d-3df7-0310-abae-a5850022a9f2
* Pass FPCOPT to fpmkunit and fpmake compilation. This prevents build errors ↵tom_at_work2012-08-142-9/+122
| | | | | | of these programs if the given FPCOPT options of the previously compiled RTL are incompatible to default options. Regenerated associated makefiles. git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@22080 3ad0048d-3df7-0310-abae-a5850022a9f2
* + Regenerate all Makefiles's after adding x86_64 netbsd targetpierre2012-04-241-2/+9
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@21031 3ad0048d-3df7-0310-abae-a5850022a9f2
* * regenerated Makefiles with AIX supportjonas2012-04-111-3/+22
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@20812 3ad0048d-3df7-0310-abae-a5850022a9f2
* Add x86_64-openbsd target in Makefilespierre2012-04-061-101/+115
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@20723 3ad0048d-3df7-0310-abae-a5850022a9f2
* * More packages switched to fpmake buildingjoost2012-01-033-736/+547
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@19957 3ad0048d-3df7-0310-abae-a5850022a9f2
* * adding deprecated warning to libc to promote migration to portable units. ↵marco2012-01-021-1/+1
| | | | | | Not related to short term removal of the unit. git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@19954 3ad0048d-3df7-0310-abae-a5850022a9f2
* * Fix results of a bunch of stat functions, sstat.inc.patch from #20974marco2011-12-271-12/+12
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@19894 3ad0048d-3df7-0310-abae-a5850022a9f2
* * rebuilt Makefilesflorian2011-12-041-174/+18
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@19748 3ad0048d-3df7-0310-abae-a5850022a9f2
* + Update all Makefile's modified bypierre2011-08-161-1/+5
| | | | | | | | | | | | | | | | | | | | change in utils/fpcm/fpcmake.ini in prevous commit. Adapt also other files to that change: * compiler/globals.pas: Replace $FPCTARGET by os_string if tf_use_8_3 flag is set for target_info also. * tests/Makefile.fpc: Modify TEST_TARGETSUFFIX in the same way as TARGETSUFFIX was modified in previous commit. * tests/utils/dotest.pp: + New variable UseOSOnly, set to true if only target OS name should be used for subdirectories. git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@18228 3ad0048d-3df7-0310-abae-a5850022a9f2
* * Trunk version to 2.7.1marco2011-08-033-3/+3
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@18075 3ad0048d-3df7-0310-abae-a5850022a9f2
* * Regenned all makefiles before 2.6.x branching.marco2011-08-031-3/+57
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@18073 3ad0048d-3df7-0310-abae-a5850022a9f2
* + i386/iphonesim target for the new iPhoneSimulator in Xcode 3.2.4 andjonas2010-09-291-5/+39
| | | | | | | | | | | | | | | later: the same as i386/darwin, except a) uses the non-fragile Objective-C ABI/runtime b) does not require stubs for direct calls/jumps (not required for i386/darwin under 10.6 and later either, but still generated there for backwards compatibility) c) only the same packages are enabled as for ARM/Darwin d) MacOSAll is compiled specifically for the iPhoneSimulator SDK This target also defines the symbol "darwin" apart from the target name "iphonesim" for source code compatibility reasons. git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@16065 3ad0048d-3df7-0310-abae-a5850022a9f2
* * fpmake.pp updatesjoost2010-05-131-1/+1
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@15268 3ad0048d-3df7-0310-abae-a5850022a9f2
* * give a compiler error when attempting to compile these units for anyjonas2010-01-073-0/+14
| | | | | | | | | platform other than Linux/i386, so that people trying to manually compile them will be informed about the fact that these units will break in various ways on non-Linux/i386 git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@14567 3ad0048d-3df7-0310-abae-a5850022a9f2
* * cleaned up redundant declarations of types like PP(P)Char/Byte and moved ↵florian2009-12-261-2/+0
| | | | | | them to the system unit git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@14481 3ad0048d-3df7-0310-abae-a5850022a9f2
* * Update Makefilespierre2009-12-101-6/+30
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@14385 3ad0048d-3df7-0310-abae-a5850022a9f2
* * Makefiles version 2.5.1jonas2009-08-132-2/+2
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@13533 3ad0048d-3df7-0310-abae-a5850022a9f2
* * regenerated using latest fpcmakejonas2009-08-021-1/+17
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@13487 3ad0048d-3df7-0310-abae-a5850022a9f2
* * added .txt extensions to all README, TODO and COPYING filesjonas2009-02-281-0/+0
| | | | | | | (mantis #12358) git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@12825 3ad0048d-3df7-0310-abae-a5850022a9f2
* * change externalurl to homepageurlpeter2008-11-181-1/+1
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@12170 3ad0048d-3df7-0310-abae-a5850022a9f2
* * Some more manifestsmarco2008-10-231-1/+9
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@11963 3ad0048d-3df7-0310-abae-a5850022a9f2
* * More fpmake fixes. Exampledirs and includefiles mostly fixed for these.marco2008-10-221-0/+1
| | | | | | | gdbint moves two examples from src to exampledir + makefile fix. git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@11949 3ad0048d-3df7-0310-abae-a5850022a9f2
* * regened makefiles to propagate makefile versionsmarco2008-10-221-2/+6
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@11947 3ad0048d-3df7-0310-abae-a5850022a9f2
* * updated all makefile.fpc versions to 2.2.2 for fppkg compat.marco2008-10-221-1/+1
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@11945 3ad0048d-3df7-0310-abae-a5850022a9f2
* * reset version to latest release: 2.2.2-0peter2008-10-171-1/+1
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@11907 3ad0048d-3df7-0310-abae-a5850022a9f2
* * sigprocmask 2nd arg needs to be by ref. VAR added.marco2008-08-061-1/+1
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@11517 3ad0048d-3df7-0310-abae-a5850022a9f2
* * regenerated with changes in r11233jonas2008-06-151-7/+8
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@11234 3ad0048d-3df7-0310-abae-a5850022a9f2
* * fixed fpc_zipinstall for go32v2 and the likegiulio2008-06-031-2/+2
| | | | | | | * makefiles regenerated git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@11180 3ad0048d-3df7-0310-abae-a5850022a9f2
* * makefiles regenerated with newer fpcmakehajny2008-05-281-1/+1
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@11107 3ad0048d-3df7-0310-abae-a5850022a9f2
* * regenerated for i386-Haiku and darwin cross compilation changesjonas2008-05-241-2/+25
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@11073 3ad0048d-3df7-0310-abae-a5850022a9f2
* * regenerate Makefiles to get armeb-linux support globally (also arm-darwin, ↵micha2008-05-051-5/+64
| | | | | | so it seems) git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@10888 3ad0048d-3df7-0310-abae-a5850022a9f2
* * libc movedmarco2008-01-26250-0/+17433
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@9936 3ad0048d-3df7-0310-abae-a5850022a9f2