Explorar o código

* reenable generation of smartlinked libraries during build, use -ap to speed up the process (no regeneration of makefiles yet)

git-svn-id: trunk@3291 -
tom_at_work %!s(int64=19) %!d(string=hai) anos
pai
achega
7d24057a4f
Modificáronse 1 ficheiros con 0 adicións e 4 borrados
  1. 0 4
      Makefile.fpc

+ 0 - 4
Makefile.fpc

@@ -98,14 +98,10 @@ ifneq ($(findstring $(OS_TARGET),$(SHAREDTARGETS)),)
 ALLTARGET=shared
 else
 ifneq ($(findstring $(OS_TARGET),$(SMARTTARGETS)),)
-ifneq ($(CPU_TARGET),powerpc64)
 ALLTARGET=smart
 else
 ALLTARGET=all
 endif
-else
-ALLTARGET=all
-endif
 endif
 endif
 endif