comparison config @ 854:3794d9a0be4c

Add SKIP_STRIP configuration option to do what it says on the tin, and stop blanking CFLAGS and CFLAGSXX so "export CFLAGS=-g" can pass through to package builds.
author Rob Landley <rob@landley.net>
date Mon, 19 Oct 2009 00:40:08 -0500
parents f80c47e8991d
children 733f42839bfb
comparison
equal deleted inserted replaced
853:330442bbed6e 854:3794d9a0be4c
127 # Create a tarball with the files installed by each individual package at 127 # Create a tarball with the files installed by each individual package at
128 # each stage of the build. 128 # each stage of the build.
129 129
130 # export BINARY_PACKAGE_TARBALLS=1 130 # export BINARY_PACKAGE_TARBALLS=1
131 131
132 # Set this (and CFLAGS="-g") if you want debug symbols in your binaries.
133
134 # export SKIP_STRIP=1
135
132 # Define the C library used here. Default is uClibc 136 # Define the C library used here. Default is uClibc
133 # export C_LIBRARY=uClibc 137 # export C_LIBRARY=uClibc