mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-29 15:00:34 +00:00
Add win32 library search path.
This commit is contained in:
parent
2ca22b0314
commit
0bc4911d08
@ -3,6 +3,8 @@
|
||||
* ld.texinfo: Add win32 machine depending section.
|
||||
* gen-doc.texi: Enable win32 machine depending section.
|
||||
|
||||
* configure.host: Add win32 library search path.
|
||||
|
||||
2002-12-17 Ralf Habacker <ralf.habacker@freenet.de>
|
||||
|
||||
* ld/emultempl/pe.em (pe_find_data_imports): Don't search for data
|
||||
|
@ -124,7 +124,7 @@ i[3456]86-pc-interix*)
|
||||
;;
|
||||
|
||||
i[3456]86-*-cygwin*)
|
||||
HOSTING_LIBS="$HOSTING_LIBS"' -lcygwin -luser32 -lkernel32 -ladvapi32 -lshell32 `if [ -f ../gcc/libgcc.a ] ; then echo ../gcc/libgcc.a ; else ${CC} -print-libgcc-file-name; fi`'
|
||||
HOSTING_LIBS="$HOSTING_LIBS"' -lcygwin -L/usr/lib/w32api -luser32 -lkernel32 -ladvapi32 -lshell32 `if [ -f ../gcc/libgcc.a ] ; then echo ../gcc/libgcc.a ; else ${CC} -print-libgcc-file-name; fi`'
|
||||
;;
|
||||
|
||||
ia64-*-linux-gnu*)
|
||||
|
Loading…
Reference in New Issue
Block a user