Searched refs:LINKER (Results 1 - 13 of 13) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/os/win32/
H A Dconfig.h16 #define LINKER "link.exe /nologo" macro
19 #define LINKER "ld.exe" macro
/netbsd-6-1-5-RELEASE/external/mit/expat/dist/bcb5/
H A Dexpat_static.mak35 LINKER = TLib macro
123 !if !$d(LINKER)
124 LINKER = TLib macro
157 $(BCB)\BIN\$(LINKER) /u $@ @&&!
H A Dexpatw_static.mak35 LINKER = TLib macro
124 !if !$d(LINKER)
125 LINKER = TLib macro
158 $(BCB)\BIN\$(LINKER) /u $@ @&&!
H A Delements.mak122 !if !$d(LINKER)
123 LINKER = ilink32 macro
150 $(BCB)\BIN\$(LINKER) @&&!
H A Dexpat.mak123 !if !$d(LINKER)
124 LINKER = ilink32 macro
151 $(BCB)\BIN\$(LINKER) @&&!
H A Dexpatw.mak123 !if !$d(LINKER)
124 LINKER = ilink32 macro
151 $(BCB)\BIN\$(LINKER) @&&!
H A Doutline.mak122 !if !$d(LINKER)
123 LINKER = ilink32 macro
150 $(BCB)\BIN\$(LINKER) @&&!
H A Dxmlwf.mak123 !if !$d(LINKER)
124 LINKER = ilink32 macro
151 $(BCB)\BIN\$(LINKER) @&&!
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/
H A Dconfig.h.in112 #undef LINKER
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/driver/
H A Dplatform.c54 #ifndef LINKER
55 #define LINKER "ld" macro
300 linker = LINKER;
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/f77/f77/
H A Df77.c71 #ifndef LINKER
72 #define LINKER "ld" macro
77 static char *ldname = LINKER ;
/netbsd-6-1-5-RELEASE/external/lgpl2/mpc/dist/
H A DMakefile.vc62 LINKER = link.exe /DLL
66 LINKER = lib.exe
256 $(LINKER) /out:$@ $(CPPLINKOBJECTS) /LIBPATH:"$(GMPDIR)\lib" libmpfr.lib libgmp.lib $(LIBS_LOGGING)
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/cc/
H A Dcc.c117 #ifndef LINKER
118 #define LINKER "ld" macro
207 char *ld = LINKER;
620 printf("%s\n", LINKER);

Completed in 234 milliseconds