Browse Source
* config/i386linux.mh: New file; set HOSTING_CRT0.
* genscripts.sh: Don't put ${libdir} in LIB_PATH if it is
/usr/lib, since that is already in LIB_PATH.
gdb-4_18-branch
3 changed files with 10 additions and 0 deletions
@ -0,0 +1,2 @@ |
|||
# Linux apparently puts crt0.o in /usr/lib, not /lib. |
|||
HOSTING_CRT0=/usr/lib/crt0.o |
|||
Loading…
Reference in new issue