From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Korsgaard Date: Wed, 10 Oct 2012 14:47:01 +0200 Subject: [Buildroot] [PATCH v2] fb-test-app: new package In-Reply-To: <1349798007-22053-1-git-send-email-ludovic.desroches@atmel.com> (ludovic desroches's message of "Tue, 9 Oct 2012 17:53:27 +0200") References: <1349798007-22053-1-git-send-email-ludovic.desroches@atmel.com> Message-ID: <87txu28pfe.fsf@macbook.be.48ers.dk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net >>>>> writes: > From: Ludovic Desroches > Test suite for Linux framebuffer. > + > +define FB_TEST_APP_BUILD_CMDS > + $(MAKE) CC="$(TARGET_CC)" LD="$(TARGET_LD)" -C $(@D) all We should also pass our CFLAGS and LDFLAGS. I've added a patch to let the fb-test-app build system support this and then used TARGET_CONFIGURE_OPTS instead. Committed with that change, thanks. -- Bye, Peter Korsgaard