| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | g++spec.c | 35 #ifndef MATH_LIBRARY 36 #define MATH_LIBRARY "-lm" macro 39 #define MATH_LIBRARY_PROFILE MATH_LIBRARY 95 int need_math = (MATH_LIBRARY[0] != '\0'); in lang_specific_driver() 139 else if (strcmp (argv[i], MATH_LIBRARY) == 0) in lang_specific_driver() 321 arglist[j] = saw_profile_flag ? MATH_LIBRARY_PROFILE : MATH_LIBRARY; in lang_specific_driver()
|
| H A D | ChangeLog-1995 | 1354 * g++.c (MATH_LIBRARY): Provide default.
|
| H A D | ChangeLog-2004 | 2301 * g++spec.c (MATH_LIBRARY_PROFILE): Default to MATH_LIBRARY rather
|
| H A D | ChangeLog-1998 | 2014 * g++spec.c (lang_specific_driver): Check whether MATH_LIBRARY is
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | g77spec.c | 52 #ifndef MATH_LIBRARY 53 #define MATH_LIBRARY "-lm" macro 270 int need_math = (MATH_LIBRARY[0] != '\0'); 413 append_arg (MATH_LIBRARY); 452 if (strcmp (argv[i], MATH_LIBRARY) == 0 475 append_arg (MATH_LIBRARY); 500 append_arg (MATH_LIBRARY);
|
| H A D | ChangeLog | 2601 * g77spec.c (lang_specific_driver): Check whether MATH_LIBRARY is
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | g++spec.c | 32 #ifndef MATH_LIBRARY 33 #define MATH_LIBRARY "-lm" macro 92 int need_math = (MATH_LIBRARY[0] != '\0'); 138 || strcmp (argv[i], MATH_LIBRARY) == 0 289 arglist[j++] = saw_profile_flag ? MATH_LIBRARY_PROFILE : MATH_LIBRARY;
|
| H A D | ChangeLog.1 | 1003 * g++.c (MATH_LIBRARY): Provide default.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/ |
| H A D | mingw32.h | 100 #undef MATH_LIBRARY 101 #define MATH_LIBRARY "" macro
|
| H A D | cygwin.h | 179 #undef MATH_LIBRARY 180 #define MATH_LIBRARY "" macro
|
| H A D | beos-elf.h | 233 #define MATH_LIBRARY "" macro
|
| /openbsd-src/gnu/gcc/gcc/config/i386/ |
| H A D | netware.h | 76 #undef MATH_LIBRARY 77 #define MATH_LIBRARY "" macro
|
| H A D | cygming.h | 96 #undef MATH_LIBRARY 97 #define MATH_LIBRARY "" macro
|
| H A D | beos-elf.h | 229 #define MATH_LIBRARY "" macro
|
| /openbsd-src/gnu/gcc/gcc/config/ |
| H A D | vx-common.h | 78 #define MATH_LIBRARY "" macro
|
| H A D | darwin.h | 44 #define MATH_LIBRARY "" macro
|
| /openbsd-src/gnu/gcc/gcc/config/s390/ |
| H A D | tpf.h | 128 #define MATH_LIBRARY "-lCLBM" macro
|
| /openbsd-src/gnu/gcc/gcc/config/crx/ |
| H A D | crx.h | 40 #undef MATH_LIBRARY 41 #define MATH_LIBRARY "" macro
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/ |
| H A D | darwin.h | 48 #define MATH_LIBRARY "" macro
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/m68k/ |
| H A D | mot3300.h | 671 #define MATH_LIBRARY "-lm881" macro
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | FSFChangeLog | 2341 * i386/mingw32.h (LIBGCC_SPEC, STARTFILE_SPEC, MATH_LIBRARY):
|
| H A D | ChangeLog.1 | 1413 (MATH_LIBRARY): Make it null. 1414 * i386/crtdll.h (MATH_LIBRARY): Likewise. 12346 * tm.texi (MATH_LIBRARY): Document.
|
| H A D | ChangeLog.6 | 8402 (MATH_LIBRARY): Define to emptiness. 8841 (MATH_LIBRARY): Undef before definition.
|
| H A D | FSFChangeLog.10 | 865 (MATH_LIBRARY, NEED_ATEXIT, HAVE_ATEXIT, EXIT_BODY): New macros.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
| H A D | tm.texi | 9031 @findex MATH_LIBRARY 9032 @item MATH_LIBRARY
|