Merge bk://openembedded.bkbits.net/packages
authorChris Larson <clarson@kergoth.com>
Wed, 4 Feb 2004 00:24:40 +0000 (00:24 +0000)
committerChris Larson <clarson@kergoth.com>
Wed, 4 Feb 2004 00:24:40 +0000 (00:24 +0000)
into linux.local:/home/kergoth/code/packages

2004/02/03 14:43:47-05:00 local!kergoth
Merge bk://openembedded.bkbits.net/packages
into linux.local:/home/kergoth/code/packages

2004/02/03 11:00:23-06:00 tuxnami.org!kergoth
Remove unnecessary CC var set in jpeg build.

BKrev: 40203bc8LqgVnTV1Dy-fjoJ4RkIw_g

jpeg/jpeg_6b.oe

index 860eff1..abc9900 100644 (file)
@@ -14,8 +14,6 @@ EXTRA_OECONF="--enable-static --enable-shared"
 
 CFLAGS_append = " -D_REENTRANT"
 
-CC = ${TARGET_ARCH}-${TARGET_OS}-gcc
-
 do_stage() {
        install -m 644 -D jconfig.h ${STAGING_DIR}/target/include/jconfig.h
        install -m 644 -D jpeglib.h ${STAGING_DIR}/target/include/jpeglib.h