Browse Source

* another overleft from ancient 1.0.x times removed

git-svn-id: trunk@18842 -
florian 14 years ago
parent
commit
8a9763018f
2 changed files with 191 additions and 211 deletions
  1. 191 202
      utils/fpcm/fpcmake.inc
  2. 0 9
      utils/fpcm/fpcmake.ini

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


+ 0 - 9
utils/fpcm/fpcmake.ini

@@ -1057,15 +1057,6 @@ ASNAME=$(BINUTILSPREFIX)as
 LDNAME=$(BINUTILSPREFIX)ld
 LDNAME=$(BINUTILSPREFIX)ld
 ARNAME=$(BINUTILSPREFIX)ar
 ARNAME=$(BINUTILSPREFIX)ar
 RCNAME=$(BINUTILSPREFIX)rc
 RCNAME=$(BINUTILSPREFIX)rc
-ifneq ($(findstring 1.0.,$(FPC_VERSION)),)
-ifeq ($(OS_TARGET),win32)
-ifeq ($(CROSSBINDIR),)
-ASNAME=asw
-LDNAME=ldw
-ARNAME=arw
-endif
-endif
-endif
 
 
 # assembler, redefine it if cross compiling
 # assembler, redefine it if cross compiling
 ifndef ASPROG
 ifndef ASPROG

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