/l4re-core-master/uclibc/lib/contrib/uclibc/ |
A D | INSTALL | 20 make menuconfig 22 make config 27 make oldconfig 36 "make defconfig" Use defaults for all options. 37 "make randconfig" Use random values for all options. 38 "make allyesconfig" Set all values to "yes" for all options. 39 "make allnoconfig" Set all values to "no" for all options. 48 make clean 52 make 57 make CROSS_COMPILE=arm-linux- [all …]
|
A D | README | 19 of storage, then using glibc may make more sense. Unless, for 25 make closed source commercial applications using an unmodified 27 make ;-). You do not need to give away all your source code just 29 carefuly review the license and make certain you understand and 64 If you want to make special exceptions in your code which are 65 specifically for uClibc, you can make certain to include features.h,
|
A D | Rules.mak | 1 # Rules.make for uClibc 8 # make nano-doc 19 # check for proper make version 21 $(error Your make is too old $(MAKE_VERSION). Go get at least 3.80) 48 # make CROSS_COMPILE=arm-linux- 196 # A nifty macro to make testing gcc features easier 354 # NB: this may make SSE insns segfault! 367 # which will be executed - may even make things slower) 526 # forbidden, so we must make do with -shared. Unfortunately,
|
A D | TODO | 89 *) Fix dlopen, for both static and dynamic cases, and make it 107 biggest things (i.e. stuff at the end of the list) to make 171 b) Rework of the locale data organization to make using locales reasonable
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/ |
A D | README | 4 Following make targets are avaialable 6 make compile 10 make run 15 make check 16 make all 20 The following make variables may help you in testing: 31 make check UCLIBC_ONLY=1 37 If you edit a header and re-run "make compile", it does not re-install it 38 into ../install_dir. If you delete ../install_dir, "make compile" 50 test/Test.mak Runtime test make code
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/scripts/ |
A D | randconfig.sh | 31 ARCH=$ARCH make $* randconfig > /dev/null 32 ARCH=$ARCH make $* silentoldconfig > /dev/null 33 if (make $MAKELEVEL $*) 2>&1 >& mk.log 42 make distclean > /dev/null || true
|
A D | MAKEALL | 6 : ${MAKE:=make}
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/sh64/ |
A D | resolve.S | 40 addi r15, -72, r15 ! make room on the stack 53 addi r15, -48, r15 ! make room for FP regs
|
/l4re-core-master/uclibc/lib/contrib/uclibc/utils/ |
A D | Makefile.in | 46 # "make hostutils" flags
|
/l4re-core-master/uclibc/lib/contrib/uclibc/docs/ |
A D | PORTING | 26 to clear the frame pointer to make gdb happy, and then you will want to call 29 Initially if you wish to make things easier on yourself, you can disable the 69 relocations your arch needs, so now you need to make sure the defines exist 70 for uClibc. make sure the EM_### define exists and all of the R_###_###
|
A D | defines.txt | 2 Editors, please make your descriptions short but informative. 68 from the headers (using unifdef tool) in installed headers ("make install").
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/arc/ |
A D | setjmp.S | 30 ; make a note of where longjmp will return to.
|
A D | clone.S | 62 ; (1) No need to make -ve kernel error code as positive errno
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/ |
A D | merge_config.sh | 134 make KCONFIG_ALLCONFIG=$TMP_FILE $OUTPUT_ARG $ALLTARGET
|
/l4re-core-master/uclibc-minimal/libc/ |
A D | Make.rules | 1 # vi:ft=make
|
/l4re-core-master/ |
A D | COPYING | 14 software--to make sure the software is free for all its users. This 22 price. Our General Public Licenses are designed to make sure that you 28 To protect your rights, we need to make restrictions that forbid 35 you have. You must make sure that they, too, receive or can get the 43 Also, for each author's protection and ours, we want to make certain 226 This section is intended to make thoroughly clear what is believed to 254 make exceptions for this. Our decision will be guided by the two goals 285 possible use to the public, the best way to achieve this is to make it 312 If the program is interactive, make it output a short notice like this
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/locale/ |
A D | README | 47 1) In the toplevel dir, 'make headers'. 62 4) Run make here.
|
/l4re-core-master/l4util/lib/src/ARCH-amd64/ |
A D | pmc_events.in | 4 # use a non-hex-number-char as first char to make a comment line.
|
/l4re-core-master/l4util/lib/src/ARCH-x86/ |
A D | pmc_events.in | 4 # use a non-hex-number-char as first char to make a comment line.
|
/l4re-core-master/libstdc++-v3/ |
A D | contrib.inc | 1 # vi:ft=make
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/ |
A D | DESIGN-condvar.txt | 51 /* make sure no signal gets lost. */
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/unistd/ |
A D | tst-getconf.sh | 236 eval:(make-local-variable 'file-mode)
|
/l4re-core-master/l4sys/include/ |
A D | vm | 38 * as ePT on VT-x. On Arm, it offers a call to make the virtual GICC area
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/m68k/ |
A D | README.m68k | 41 make install
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/scripts/ |
A D | make_graph.py | 210 def make(self, res, of_name): member in image_maker 301 image_mkr.make(res, svg_of_name)
|