2009-08-17 18:08 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* config/linux/global.cf
    ! Fixed HB_USER_CFLAGS -> HB_CFLAGS.
This commit is contained in:
Viktor Szakats
2009-08-17 16:08:22 +00:00
parent c9737554ba
commit e258a9c658
2 changed files with 5 additions and 1 deletions

View File

@@ -17,6 +17,10 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-08-17 18:08 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* config/linux/global.cf
! Fixed HB_USER_CFLAGS -> HB_CFLAGS.
2009-08-17 17:34 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/xhb/filestat.c
! OS_UNIX_COMPATIBLE -> HB_OS_UNIX

View File

@@ -15,7 +15,7 @@ ifeq ($(HB_SHELL),sh)
# TODO: Make this complete:
# || ( $( "*[ix]*86" ) && $( "*[ix]*86[^0-9]*" ) )
ifneq ($(findstring $(_UNAME_M),@64 _64 x86_64),)
HB_USER_CFLAGS += -fPIC
HB_CFLAGS += -fPIC
endif
endif
endif