mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-30 07:54:53 +00:00
Preserve ${LDFLAGS} inherited from environment for Win32 environments.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@680 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2006-11-08 Joerg Wunsch <j@uriah.heep.sax.de>
|
||||||
|
|
||||||
|
* configure.ac: Preserve ${LDFLAGS} inherited from environment
|
||||||
|
for Win32 environments.
|
||||||
|
|
||||||
2006-11-07 Joerg Wunsch <j@uriah.heep.sax.de>
|
2006-11-07 Joerg Wunsch <j@uriah.heep.sax.de>
|
||||||
|
|
||||||
* configure.ac: Don't pretend --enable-doc were the default.
|
* configure.ac: Don't pretend --enable-doc were the default.
|
||||||
|
@@ -193,7 +193,7 @@ case $target in
|
|||||||
*-*-mingw32* | *-*-cygwin* | *-*-windows*)
|
*-*-mingw32* | *-*-cygwin* | *-*-windows*)
|
||||||
WINDOWS_DIRS="windows"
|
WINDOWS_DIRS="windows"
|
||||||
CFLAGS="-mno-cygwin -DWIN32NATIVE"
|
CFLAGS="-mno-cygwin -DWIN32NATIVE"
|
||||||
LDFLAGS="-static"
|
LDFLAGS="${LDFLAGS} -static"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
AC_SUBST(WINDOWS_DIRS,$WINDOWS_DIRS)
|
AC_SUBST(WINDOWS_DIRS,$WINDOWS_DIRS)
|
||||||
|
Reference in New Issue
Block a user