Skip to content

Instantly share code, notes, and snippets.

@oglops
Created September 11, 2015 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oglops/deae8c778b283b278c52 to your computer and use it in GitHub Desktop.
Save oglops/deae8c778b283b278c52 to your computer and use it in GitHub Desktop.
modified version so that it compiles with my toolchain for netcore q3 and install to my host computer temporarily
# conf.mk
# project build/install configs
# wcm, 2009.09.14 - 2013.01.08
# ===
## build configuration, standard gcc + libc:
CC = mipsel-unknown-linux-uclibc-gcc
CFLAGS = -Wall -Wextra -Wshadow -DNDEBUG -O2
#CFLAGS = -Wall -Wextra -Wshadow -O2
## build configuration, dietlibc:
#CC = diet -Os gcc
#CFLAGS = -Wall -Wextra -Wshadow -DNDEBUG
## strip configuration
STRIP = mipsel-unknown-linux-uclibc-stri
#STRIP = /some/other/stripper
## install configuration:
BINDIR = /home/oglop/tomato/perp-2.07-install/usr/bin
SBINDIR = /home/oglop/tomato/perp-2.07-install/usr/sbin
MANDIR = /home/oglop/tomato/perp-2.07-install/usr/share/man
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment