From dd9f00f100aeaadd71164cbdd20fca4ae1e79af1 Mon Sep 17 00:00:00 2001 From: Bryce Denney Date: Fri, 11 Oct 2002 16:01:11 +0000 Subject: [PATCH] - remove -mno-cygwin option from CXXFLAGS, duh --- bochs-testing/plugin-test/test2-dynamic/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bochs-testing/plugin-test/test2-dynamic/Makefile b/bochs-testing/plugin-test/test2-dynamic/Makefile index 8f40d1d54..f25a07d37 100644 --- a/bochs-testing/plugin-test/test2-dynamic/Makefile +++ b/bochs-testing/plugin-test/test2-dynamic/Makefile @@ -1,5 +1,6 @@ CXX=g++ -CXXFLAGS=-Wall -g -mno-cygwin +CXXFLAGS=-Wall -g +#CXXFLAGS=-Wall -g -mno-cygwin LIBTOOL=libtool RPATH=`pwd`/lib