Skip to content

Commit

Permalink
Export CC, LD, etc. for linux/mips/uclibc.
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed May 11, 2013
1 parent cdc5fbe commit 498a016
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions dist-build/mipsel-linux-static.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
#! /bin/sh

export AR='mipsel-linux-uclibc-ar'
export AS='mipsel-linux-uclibc-as'
export CC='mipsel-linux-uclibc-gcc'
export LD='mipsel-linux-uclibc-ld'
export NM='mipsel-linux-uclibc-nm'
export OBJCOPY='mipsel-linux-uclibc-objcopy'
export RANLIB='mipsel-linux-uclibc-ranlib'
export STRIP='mipsel-linux-uclibc-strip'
export LDFLAGS='-Wl,-static -static -static-libgcc -s -Wl,--gc-sections'
export CFLAGS='-Os -fomit-frame-pointer'

Expand Down

0 comments on commit 498a016

Please sign in to comment.