]> git.pld-linux.org Git - packages/dietlibc.git/blob - dietlibc-no-vsyscall.patch
always pass MYARCH explicitly
[packages/dietlibc.git] / dietlibc-no-vsyscall.patch
1 --- dietlibc-0.33/dietfeatures.h~       2018-02-08 18:18:17.000000000 +0100
2 +++ dietlibc-0.33/dietfeatures.h        2018-02-08 18:21:02.388516769 +0100
3 @@ -41,11 +41,6 @@
4   * string */
5  /* #define WANT_FULL_POSIX_COMPAT */
6  
7 -/* on i386, Linux has an alternate syscall method since 2002/12/16 */
8 -/* on my Athlon XP, it is twice as fast, but it's only in kernel 2.5 */
9 -/* 20040118: enabling this breaks User Mode Linux!  It's their fault. */
10 -#define WANT_SYSENTER
11 -
12  #define WANT_LINKER_WARNINGS
13  
14  /* you need to define this if you want to run your programs with large
This page took 0.063854 seconds and 3 git commands to generate.