Browse Source

* PIC does not require using the external assembler anymore
- removed 2.0.x-ism

git-svn-id: trunk@21116 -

florian 13 years ago
parent
commit
5966fcce74
2 changed files with 217 additions and 233 deletions
  1. 217 226
      utils/fpcm/fpcmake.inc
  2. 0 7
      utils/fpcm/fpcmake.ini

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


+ 0 - 7
utils/fpcm/fpcmake.ini

@@ -1313,21 +1313,14 @@ endif
 
 ifdef CREATESHARED
 override FPCOPT+=-Cg
-
-ifeq ($(CPU_TARGET),i386)
-override FPCOPT+=-Aas
-endif
-
 endif
 
 # create always pic'ed code on x86_64
-ifeq ($(findstring 2.0.,$(FPC_VERSION)),)
 ifneq ($(findstring $(OS_TARGET),freebsd openbsd netbsd linux solaris),)
 ifeq ($(CPU_TARGET),x86_64)
 override FPCOPT+=-Cg
 endif
 endif
-endif
 
 ifdef LINKSHARED
 #!!! deactived for testing override FPCOPT+=-XD

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