[haiku-commits] haiku: hrev47344 - data/develop

  • From: fredrik.holmqvist@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Tue, 10 Jun 2014 23:10:20 +0200 (CEST)

hrev47344 adds 2 changesets to branch 'master'
old head: 0256e7a458a84de206700fcfef9aa8410ed8642a
new head: c57c62505eb4f46d12b206ac48393e4f4167eed4
overview: http://cgit.haiku-os.org/haiku/log/?qt=range&q=c57c625+%5E0256e7a

----------------------------------------------------------------------------

ded5af1: Fix spelling error.

c57c625: It's -fno-pic not -no-fpic.

                         [ Fredrik Holmqvist <fredrik.holmqvist@xxxxxxxxx> ]

----------------------------------------------------------------------------

2 files changed, 2 insertions(+), 2 deletions(-)
data/develop/makefile        | 2 +-
data/develop/makefile-engine | 2 +-

############################################################################

Commit:      ded5af13dcf0b71231fee57a5d9502d388c1f758
URL:         http://cgit.haiku-os.org/haiku/commit/?id=ded5af1
Author:      Fredrik Holmqvist <fredrik.holmqvist@xxxxxxxxx>
Date:        Tue Jun 10 21:07:41 2014 UTC

Fix spelling error.

----------------------------------------------------------------------------

diff --git a/data/develop/makefile b/data/develop/makefile
index 41c1ca2..75e6e09 100644
--- a/data/develop/makefile
+++ b/data/develop/makefile
@@ -17,7 +17,7 @@ NAME=
 TYPE= 
 
 #      if you plan to use localization features 
-#      specify the application MIME siganture
+#      specify the application MIME signature
 APP_MIME_SIG= 
 
 #      add support for new Pe and Eddie features

############################################################################

Revision:    hrev47344
Commit:      c57c62505eb4f46d12b206ac48393e4f4167eed4
URL:         http://cgit.haiku-os.org/haiku/commit/?id=c57c625
Author:      Fredrik Holmqvist <fredrik.holmqvist@xxxxxxxxx>
Date:        Tue Jun 10 21:08:11 2014 UTC

It's -fno-pic not -no-fpic.

----------------------------------------------------------------------------

diff --git a/data/develop/makefile-engine b/data/develop/makefile-engine
index 06587e3..8e74f8d 100644
--- a/data/develop/makefile-engine
+++ b/data/develop/makefile-engine
@@ -44,7 +44,7 @@ endif
 
 #      SETTING: set the CFLAGS for each binary type
        ifeq ($(strip $(TYPE)), DRIVER)
-               CFLAGS  += -D_KERNEL_MODE=1 -no-fpic
+               CFLAGS  += -D_KERNEL_MODE=1 -fno-pic
        else
                CFLAGS +=
        endif


Other related posts:

  • » [haiku-commits] haiku: hrev47344 - data/develop - fredrik . holmqvist