Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Last bits for IMA, now everything can be built w/ DOMULTI=y on gcc-3.4.4 ↵ | Peter S. Mazinger | 2005-11-03 | 19 | -42/+53 | |
| | | | | with my config (no locale, the rest enabled). Not tested if libc is complete and usable. All the files listed in *_NO_MULTI need love, best would be to replace all multisources w/ single sources. | |||||
* | Correct _getdents[64] and __syscall_ipc | Peter S. Mazinger | 2005-11-03 | 2 | -3/+3 | |
| | ||||||
* | Sync with glibc | Peter S. Mazinger | 2005-11-03 | 1 | -5/+4 | |
| | ||||||
* | wait4 is pid_t, not int | Peter S. Mazinger | 2005-11-03 | 1 | -2/+2 | |
| | ||||||
* | Sync headers w/ glibc | Peter S. Mazinger | 2005-11-03 | 3 | -49/+66 | |
| | ||||||
* | Enable IMA | Peter S. Mazinger | 2005-11-03 | 8 | -15/+20 | |
| | ||||||
* | Enable IMA | Peter S. Mazinger | 2005-11-03 | 1 | -3/+1 | |
| | ||||||
* | Correct IMA | Peter S. Mazinger | 2005-11-03 | 1 | -1/+4 | |
| | ||||||
* | Enable IMA | Peter S. Mazinger | 2005-11-03 | 1 | -2/+1 | |
| | ||||||
* | Enable IMA | Peter S. Mazinger | 2005-11-03 | 1 | -6/+3 | |
| | ||||||
* | Enable IMA on libc/string/generic | Peter S. Mazinger | 2005-11-03 | 2 | -8/+4 | |
| | ||||||
* | Enable IMA on i386 | Peter S. Mazinger | 2005-11-02 | 1 | -2/+1 | |
| | ||||||
* | Don't need this debug check anymore. | Joakim Tjernlund | 2005-11-02 | 1 | -6/+0 | |
| | ||||||
* | Allow partly IMA compile of this directory | Peter S. Mazinger | 2005-11-02 | 5 | -9/+21 | |
| | ||||||
* | psm missed a spot :) | Joakim Tjernlund | 2005-11-02 | 1 | -6/+4 | |
| | ||||||
* | Mark _exit as noreturn, include/unistd.h does this already | Peter S. Mazinger | 2005-11-02 | 1 | -1/+1 | |
| | ||||||
* | add dummy loop to kill gcc warning, probably _exit should get attribute_noreturn | Peter S. Mazinger | 2005-11-02 | 1 | -1/+3 | |
| | ||||||
* | Undo 12115, it fails on building libc/sysdeps/linux/common | Peter S. Mazinger | 2005-11-02 | 1 | -5/+4 | |
| | ||||||
* | Added cris on request to new build structure. It has to provide crt1.S ↵ | Peter S. Mazinger | 2005-11-02 | 2 | -66/+42 | |
| | | | | instead of crt0.c to get it working | |||||
* | Cleaner i386/syscalls.h patch to handle macro redefines proposed by jocke | Peter S. Mazinger | 2005-11-02 | 1 | -4/+4 | |
| | ||||||
* | Remove __set_errno proposed by jocke | Peter S. Mazinger | 2005-11-02 | 1 | -4/+2 | |
| | ||||||
* | Clean up DOMULTI for libm and add more files blocked earlier by syscall ↵ | Peter S. Mazinger | 2005-11-02 | 2 | -12/+1 | |
| | | | | problem to libpthread | |||||
* | Enable IMA compiling now that syscalls work | Peter S. Mazinger | 2005-11-02 | 1 | -3/+0 | |
| | ||||||
* | Move __SSP__ check to header | Peter S. Mazinger | 2005-11-02 | 2 | -3/+3 | |
| | ||||||
* | Allow sources using syscalls to be IMA compiled on x86 | Peter S. Mazinger | 2005-11-02 | 1 | -1/+4 | |
| | ||||||
* | include Rules.mak after noconfig_targets, else it does not pull in .config | Peter S. Mazinger | 2005-11-02 | 3 | -2/+4 | |
| | ||||||
* | ldso powerpc changes ported to i386 | Peter S. Mazinger | 2005-11-02 | 1 | -7/+7 | |
| | ||||||
* | set default STRIP_FLAGS and change how we detect silent mode | Mike Frysinger | 2005-11-02 | 1 | -1/+3 | |
| | ||||||
* | move more rules out of the if HAVE_DOT_CONFIG statement which dont belong | Mike Frysinger | 2005-11-02 | 1 | -6/+6 | |
| | ||||||
* | update DOPIC option to properly describe what it does | Mike Frysinger | 2005-11-02 | 1 | -4/+3 | |
| | ||||||
* | tweak rules so we dont have to copy the .c files to get 64bit versions | Mike Frysinger | 2005-11-02 | 1 | -3/+2 | |
| | ||||||
* | Create the lib*_pic.a links only if DOPIC is enabled | Peter S. Mazinger | 2005-11-01 | 1 | -0/+2 | |
| | ||||||
* | Only because of multi sources I had to touch up these and add code duplication | Peter S. Mazinger | 2005-11-01 | 19 | -40/+160 | |
| | ||||||
* | Split up the .o and .os rules, so all the sources are created if DOPIC is ↵ | Peter S. Mazinger | 2005-11-01 | 3 | -4/+16 | |
| | | | | disabled. | |||||
* | Add check, so we are sure that the file is correctly built, if the system is ↵ | Peter S. Mazinger | 2005-11-01 | 1 | -0/+3 | |
| | | | | ssp enabled | |||||
* | Add back -L..lib to libdl linker, now that we do not hardcode path to libs ↵ | Peter S. Mazinger | 2005-11-01 | 1 | -1/+1 | |
| | | | | in libc.so | |||||
* | Correct gcc-4.1 ssp build | Peter S. Mazinger | 2005-11-01 | 1 | -2/+1 | |
| | ||||||
* | Update sparc to new builds | Peter S. Mazinger | 2005-11-01 | 2 | -68/+40 | |
| | ||||||
* | Update sh to new builds | Peter S. Mazinger | 2005-11-01 | 2 | -69/+40 | |
| | ||||||
* | Update alpha to new builds | Peter S. Mazinger | 2005-11-01 | 2 | -65/+40 | |
| | ||||||
* | ASFLAGS does not need to include CFLAGS as well, compile.S does it already | Peter S. Mazinger | 2005-11-01 | 2 | -3/+2 | |
| | ||||||
* | Remove last unused references to libc-a-pic-, we use only the lists in ↵ | Peter S. Mazinger | 2005-11-01 | 34 | -38/+0 | |
| | | | | libc-a-y for objects that go into static libs, changing their suffix to .os, of they should be PIC | |||||
* | Add another Makefile example that will be copied over the root Makefile, ↵ | Peter S. Mazinger | 2005-11-01 | 4 | -386/+18 | |
| | | | | adapt script | |||||
* | Do not add PICFLAG to generic CFLAGS, this is done based on suffix to ↵ | Peter S. Mazinger | 2005-11-01 | 1 | -4/+0 | |
| | | | | .os/.oS (Makerules) | |||||
* | change .os back to .oS per psm | Mike Frysinger | 2005-11-01 | 1 | -1/+1 | |
| | ||||||
* | merge headers/clean changes from the config if | Mike Frysinger | 2005-10-31 | 1 | -2/+6 | |
| | ||||||
* | produce a .os instead of .oS | Mike Frysinger | 2005-10-31 | 1 | -1/+1 | |
| | ||||||
* | add a headers target when the config file doesnt exist, and move the clean ↵ | Mike Frysinger | 2005-10-30 | 1 | -2/+6 | |
| | | | | targets out of the .config if | |||||
* | re-order options to fix menu tree display | Mike Frysinger | 2005-10-30 | 1 | -5/+5 | |
| | ||||||
* | simplify the security submenu | Mike Frysinger | 2005-10-30 | 1 | -10/+1 | |
| |