matt
|
6811dc67f2
|
Make LIBCRT* depend on the right files if MLIBDIR from MKCOMPAT is defined.
|
2015-06-07 15:04:28 +00:00 |
pooka
|
af1f107ceb
|
Add more external dependencies for crtstuff
|
2012-12-10 23:49:39 +00:00 |
pooka
|
4e6104b334
|
Revert poor change
|
2012-12-10 23:48:38 +00:00 |
pooka
|
83cc3f6549
|
Deal with crti and crtn not present in some EXTERNAL_TOOLCHAIN's. Also,
handle "missing" crtstuff internally instead of depending on external
intervention.
|
2012-12-10 20:58:55 +00:00 |
pooka
|
0e23ad4a3c
|
unrevert previous. i can't figure out how to make the build break with
the change anymore, so assume it was a sunspot.
|
2012-11-21 20:30:01 +00:00 |
pooka
|
1495c1a931
|
revert previous, seems to upset the build in a creative way
|
2012-11-21 18:45:08 +00:00 |
pooka
|
58de144fd6
|
Allow user override of _GCC_CRT{BEGIN,END}S.
|
2012-11-21 18:09:10 +00:00 |
christos
|
f788a13164
|
From pooka: Fix EXTERNAL_TOOLCHAIN compilation where crti/crtn are not in the
same directory as crtbegin
|
2012-07-19 19:42:45 +00:00 |
mrg
|
1d7afdb8cd
|
allow _GCC_*CRT* defines to be overridden in the in-tree toolchain case.
|
2008-10-25 19:11:28 +00:00 |
drochner
|
672eca1975
|
provide a variable pointing to the directory where
the gcc provided crt*.o are located
|
2003-06-27 17:13:27 +00:00 |
thorpej
|
000836e000
|
If EXTERNAL_TOOLCHAIN is defined, allow the compiler to define the
location of crt{begin,end}{,S}.o and libgcc.a. Encapsulate all of
this logic into the new bsd.gcc.mk, and use it in bsd.prog.mk and
bsd.lib.mk.
|
2003-05-31 20:33:15 +00:00 |