aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenryk Plötz <henryk@ploetzli.ch>2014-10-03 20:30:56 +0200
committerHenryk Plötz <henryk@ploetzli.ch>2014-10-03 20:30:56 +0200
commitd36aaed889440db27b6dc12553d2bc0564194e98 (patch)
tree47073686ea5021ee2c5955776c60b056fd042fee
parent7f632c0640f174bbbc1deb532e3a3977d595d28a (diff)
downloadtinydnssec-d36aaed889440db27b6dc12553d2bc0564194e98.tar.gz
tinydnssec-d36aaed889440db27b6dc12553d2bc0564194e98.tar.bz2
Do not use dietlibc
-rw-r--r--conf-cc2
-rw-r--r--conf-ld2
2 files changed, 2 insertions, 2 deletions
diff --git a/conf-cc b/conf-cc
index ea5b66d..b315ecb 100644
--- a/conf-cc
+++ b/conf-cc
@@ -1,3 +1,3 @@
-diet -Os gcc -O2 -Wimplicit -Wunused -Wcomment -Wchar-subscripts -Wuninitialized -Wshadow -Wcast-qual -Wcast-align -Wwrite-strings
+gcc -O2 -Wimplicit -Wunused -Wcomment -Wchar-subscripts -Wuninitialized -Wshadow -Wcast-qual -Wcast-align -Wwrite-strings
This will be used to compile .c files.
diff --git a/conf-ld b/conf-ld
index 97917c3..59a0de7 100644
--- a/conf-ld
+++ b/conf-ld
@@ -1,3 +1,3 @@
-diet -Os gcc -s
+gcc -s
This will be used to link .o files into an executable.