Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] rubix: pass target cflags
@ 2011-01-14  4:21 Matt Johnson
  2011-01-14  8:19 ` Thomas Petazzoni
  0 siblings, 1 reply; 3+ messages in thread
From: Matt Johnson @ 2011-01-14  4:21 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Matt Johnson <mj1856@hotmail.com>
---
 package/games/rubix/rubix.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/games/rubix/rubix.mk b/package/games/rubix/rubix.mk
index 3440c23..7e3b34f 100644
--- a/package/games/rubix/rubix.mk
+++ b/package/games/rubix/rubix.mk
@@ -10,7 +10,7 @@ RUBIX_INSTALL_STAGING = NO
 RUBIX_INSTALL_TARGET = YES
 RUBIX_INSTALL_TARGET_OPT = GAMESDIR=$(TARGET_DIR)/usr/games install
 
-RUBIX_MAKE_OPT = CC="$(TARGET_CC)" XINC="-I$(STAGING_DIR)/usr/include/X11" XLIB="-L$(STAGING_DIR)/usr/lib -lX11"
+RUBIX_MAKE_OPT = CC="$(TARGET_CC) $(TARGET_CFLAGS)" XINC="-I$(STAGING_DIR)/usr/include/X11" XLIB="-L$(STAGING_DIR)/usr/lib -lX11"
 
 RUBIX_DEPENDENCIES = xserver_xorg-server
 
-- 
1.7.1
 
  		 	   		  

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-01-14 15:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-14  4:21 [Buildroot] rubix: pass target cflags Matt Johnson
2011-01-14  8:19 ` Thomas Petazzoni
2011-01-14 15:38   ` Matt Johnson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox