Browse Source

* restore asw for win32 but only if CROSSBINDIR is not set

pierre 21 years ago
parent
commit
831a8a275f
2 changed files with 194 additions and 190 deletions
  1. 189 187
      utils/fpcm/fpcmake.inc
  2. 5 3
      utils/fpcm/fpcmake.ini

File diff suppressed because it is too large
+ 189 - 187
utils/fpcm/fpcmake.inc


+ 5 - 3
utils/fpcm/fpcmake.ini

@@ -1002,9 +1002,11 @@ ARNAME=$(BINUTILSPREFIX)ar
 RCNAME=$(BINUTILSPREFIX)rc
 ifneq ($(findstring 1.0.,$(FPC_VERSION)),)
 ifeq ($(OS_TARGET),win32)
-ASNAME=as
-LDNAME=ld
-ARNAME=ar
+ifeq ($(CROSSBINDIR),)
+ASNAME=asw
+LDNAME=ldw
+ARNAME=arw
+endif
 endif
 endif
 

Some files were not shown because too many files changed in this diff