d33cd9370c
The Simulavr program is a simulator for the Atmel AVR family of microcontrollers. Simulavr can be used either standalone or as a remote target for gdb. When used in gdbserver mode, the simulator is used as a backend so that gdb can be used as a source level debugger for AVR programs. ok aja@
17 lines
457 B
Plaintext
17 lines
457 B
Plaintext
$OpenBSD: patch-configure,v 1.1.1.1 2011/03/07 19:35:49 jasper Exp $
|
|
--- configure.orig Tue Jan 18 23:14:05 2011
|
|
+++ configure Tue Jan 18 23:14:38 2011
|
|
@@ -7210,9 +7210,9 @@ fi;
|
|
|
|
|
|
# If we are compiling with gcc, enable all warning and make warnings errors.
|
|
-if test "$GCC" = yes; then
|
|
- ENABLE_WARNINGS="-Wall -Winline -Werror"
|
|
-fi
|
|
+#if test "$GCC" = yes; then
|
|
+# ENABLE_WARNINGS="-Wall -Winline -Werror"
|
|
+#fi
|
|
ENABLE_WARNINGS=$ENABLE_WARNINGS
|
|
|
|
|