summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2008-05-04 08:15:11 +0000
committerNed Ludd <solar@gentoo.org>2008-05-04 08:15:11 +0000
commit96a18b79b784d2b9632d11790af90e49f23f74e5 (patch)
tree88b05223a3c5c24efba435472816d27eacb51d6f /profiles
parentDo actually link libidnkit when USE=idn, #218686 (diff)
downloadgentoo-2-96a18b79b784d2b9632d11790af90e49f23f74e5.tar.gz
gentoo-2-96a18b79b784d2b9632d11790af90e49f23f74e5.tar.bz2
gentoo-2-96a18b79b784d2b9632d11790af90e49f23f74e5.zip
- more minimal defaults
Diffstat (limited to 'profiles')
-rw-r--r--profiles/embedded/make.defaults3
1 files changed, 3 insertions, 0 deletions
diff --git a/profiles/embedded/make.defaults b/profiles/embedded/make.defaults
new file mode 100644
index 000000000000..862b8278f814
--- /dev/null
+++ b/profiles/embedded/make.defaults
@@ -0,0 +1,3 @@
+USE="kdrive minimal multicall zlib"
+CFLAGS="-Os -pipe"
+CXXFLAGS="${CFLAGS}"