Help-text corrected
authorbernhardheld <bernhardheld@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 12 Aug 2001 22:29:52 +0000 (22:29 +0000)
committerbernhardheld <bernhardheld@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 12 Aug 2001 22:29:52 +0000 (22:29 +0000)
delete tmp-files in case of error

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1140 4a8a32a2-be11-0410-ad9d-d568d2c75423

src/mcs51/gen.c

index a141aa6b29c3899ef797b9fec13af9ec1d5fcdea..e2dad8775693c7c872394cef1a5926ae8740488f 100644 (file)
@@ -44,7 +44,7 @@
 #ifdef HAVE_ENDIAN_H
 #include <endian.h>
 #else
-#if !defined(__BORLANDC__) && !defined(_MSC_VER) && !defined(__MINGW32__)
+#if !defined(__BORLANDC__) && !defined(_MSC_VER) && !defined(__MINGW32__) && !defined(__CYGWIN__)
 #warning "Cannot determine ENDIANESS of this machine assuming LITTLE_ENDIAN"
 #warning "If you running sdcc on an INTEL 80x86 Platform you are okay"
 #endif