|
@@ -6,7 +6,7 @@ START := 0x60000000
|
|
|
|
|
|
#We #undef __x86_64__ for kernelspace, not for userspace where
|
|
#We #undef __x86_64__ for kernelspace, not for userspace where
|
|
#it's needed for headers to work!
|
|
#it's needed for headers to work!
|
|
-CFLAGS += -U__$(SUBARCH)__ -fno-builtin $(STUB_CFLAGS)
|
|
|
|
|
|
+CFLAGS += -U__$(SUBARCH)__ -fno-builtin
|
|
USER_CFLAGS += -fno-builtin
|
|
USER_CFLAGS += -fno-builtin
|
|
|
|
|
|
ELF_ARCH := i386:x86-64
|
|
ELF_ARCH := i386:x86-64
|