]> git.saurik.com Git - wxWidgets.git/commitdiff
Reverted cross-compile patch.
authorJulian Smart <julian@anthemion.co.uk>
Tue, 24 Dec 2002 09:51:45 +0000 (09:51 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Tue, 24 Dec 2002 09:51:45 +0000 (09:51 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18412 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/makeg95.env

index 18ae75e08e17222743a4ae19bcd3c47f03450188..9ce31061f7aa84ce1678df47d159fee7b02b83b6 100644 (file)
@@ -14,8 +14,6 @@
 # If using Mingw32 or Cygwin 1.0 or later, set this to 1.
 MINGW32=1
 
 # If using Mingw32 or Cygwin 1.0 or later, set this to 1.
 MINGW32=1
 
-CROSS=i386-mingw32-
-
 # Set to the version you have
 #MINGW32VERSION=2.95
 MINGW32VERSION=3.0
 # Set to the version you have
 #MINGW32VERSION=2.95
 MINGW32VERSION=3.0
@@ -24,7 +22,7 @@ MINGW32VERSION=3.0
 # use forward slashes, we need to set this when
 # invoking the makefile from DOS, or the wrong separators
 # will be assumed.
 # use forward slashes, we need to set this when
 # invoking the makefile from DOS, or the wrong separators
 # will be assumed.
-OSTYPE=msys
+#OSTYPE=msys
 
 # If building DLL, the version
 WXVERSION=250
 
 # If building DLL, the version
 WXVERSION=250
@@ -34,7 +32,7 @@ ifndef UNICODE
 endif
 
 ifndef FINAL
 endif
 
 ifndef FINAL
-  FINAL=1
+  FINAL=0
 endif
 
 ifndef wxUSE_GUI
 endif
 
 ifndef wxUSE_GUI
@@ -73,22 +71,22 @@ endif
 ifeq ($(MINGW32),1)
   ifneq "$(_GCC295)$(_GCC3)" ""
     ifeq ($(_GCC3),1)
 ifeq ($(MINGW32),1)
   ifneq "$(_GCC295)$(_GCC3)" ""
     ifeq ($(_GCC3),1)
-      CC = $(CROSS)gcc --pipe
+      CC = gcc --pipe
     else
     else
-      CC = $(CROSS)gcc --pipe -fvtable-thunks
+      CC = gcc --pipe -fvtable-thunks
     endif
   else
     endif
   else
-    CC = $(CROSS)gcc
+    CC = gcc
   endif
 else
   endif
 else
-  CC = $(CROSS)gcc
+  CC = gcc
 endif
 
 # C compiler for pure C programs
 endif
 
 # C compiler for pure C programs
-CCC = $(CROSS)gcc
+CCC = $(CC)
 
 # Compiler used for LEX generated C
 
 # Compiler used for LEX generated C
-CCLEX= $(CROSS)gcc
+CCLEX=gcc
 
 # This shouldn't be needed as make is supposed to define this
 # variable itself. Uncomment it if your make complains.
 
 # This shouldn't be needed as make is supposed to define this
 # variable itself. Uncomment it if your make complains.
@@ -104,7 +102,7 @@ YACC=byacc
 # Settings for Cyginw/Mingw32
 # Some versions of windres cannot cope with the --preprocessor
 # option. Uncomment the RCPREPROCESSOR line below if yours can.
 # Settings for Cyginw/Mingw32
 # Some versions of windres cannot cope with the --preprocessor
 # option. Uncomment the RCPREPROCESSOR line below if yours can.
-RESCOMP=$(CROSS)windres
+RESCOMP=windres
 RCINPUTSWITCH=-i
 RCOUTPUTSWITCH=-o
 RCINCSWITCH=--include-dir
 RCINPUTSWITCH=-i
 RCOUTPUTSWITCH=-o
 RCINCSWITCH=--include-dir
@@ -119,8 +117,8 @@ RCDEFSWITCH=--define
 RESFLAGS=$(RCPREPROCESSOR) $(RCINCSWITCH) $(WXDIR)/include $(RCEXTRAINC) $(RCDEFSWITCH) __WIN32__ $(RCDEFSWITCH) __WIN95__ $(RCDEFSWITCH) __GNUWIN32__
 
 # Needed to build a DLL if your linker does not support --shared option.
 RESFLAGS=$(RCPREPROCESSOR) $(RCINCSWITCH) $(WXDIR)/include $(RCEXTRAINC) $(RCDEFSWITCH) __WIN32__ $(RCDEFSWITCH) __WIN95__ $(RCDEFSWITCH) __GNUWIN32__
 
 # Needed to build a DLL if your linker does not support --shared option.
-AS = $(CROSS)as
-DLLTOOL = $(CROSS)dlltool
+AS = as
+DLLTOOL = dlltool
 
 ########################## Compiler flags #############################
 
 
 ########################## Compiler flags #############################
 
@@ -130,7 +128,7 @@ DLLTOOL = $(CROSS)dlltool
 OPTIONS = -DSTRICT # -D__MINGW32__
 
 # Add "-mthreads" if you want to have threads under mingw32
 OPTIONS = -DSTRICT # -D__MINGW32__
 
 # Add "-mthreads" if you want to have threads under mingw32
-COMMON_THREADFLAGS = -mthreads
+COMMON_THREADFLAGS =
 
 # Debugging information
 ifeq ($(FINAL),0)
 
 # Debugging information
 ifeq ($(FINAL),0)
@@ -188,9 +186,9 @@ endif
 
 # Options for ar archiver
 # AROPTIONS = crs # For IRIX and Solaris (both SYSVR4).
 
 # Options for ar archiver
 # AROPTIONS = crs # For IRIX and Solaris (both SYSVR4).
-AR = $(CROSS)ar
+AR = ar
 AROPTIONS = ruv
 AROPTIONS = ruv
-RANLIB = $(CROSS)ranlib
+RANLIB = ranlib
 
 # Extra compiler libraries
 COMPLIBS=
 
 # Extra compiler libraries
 COMPLIBS=