Skip to content
Snippets Groups Projects
Commit 5a740569 authored by Natanael Copa's avatar Natanael Copa
Browse files

fixed faulty gcc flag. export MAKEFLAGS

parent 316f7230
No related merge requests found
export CFLAGS="-march=i486 -Os -fPIC -fstack-protector -fomit-framepointer"
export CFLAGS="-march=i486 -Os -fPIC -fstack-protector -fomit-frame-pointer"
export CXXFLAGS="$CFLAGS"
export PATH=:/usr/i386-gentoo-linux-uclibc/binutils-bin/2.18:$PATH
MAKEFLAGS=-j2
export MAKEFLAGS=-j2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment