| author | Emmanuel Kasper <emmanuel@libera.cc> | |
| Thu, 24 Mar 2011 12:50:44 +0000 (13:50 +0100) | ||
| committer | Emmanuel Kasper <emmanuel@libera.cc> | |
| Thu, 24 Mar 2011 12:50:44 +0000 (13:50 +0100) |
We used to have a DISTRO makefile which triggers particular build options
like gcc version and flag. This limited us in practise to gcc-4.4.
Now we use the default installed gcc which is the sanest practise IMHO.
like gcc version and flag. This limited us in practise to gcc-4.4.
Now we use the default installed gcc which is the sanest practise IMHO.
| debian/rules | patch | blob | history |
diff --git a/debian/rules b/debian/rules
--- a/debian/rules
+++ b/debian/rules
VERBOSE= \
OPTIMIZE=3 \
LDFLAGS="-Wl,--as-needed" \
- LDFLAGSEMULATOR="-Wl,--as-needed" \
- DISTRO=gcc44-generic
+ LDFLAGSEMULATOR="-Wl,--as-needed"
# Override make variables for specific archs
ifeq ($(DEB_HOST_ARCH),i386)
