Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4ec84835 authored by Heiko Carstens's avatar Heiko Carstens Committed by Martin Schwidefsky
Browse files

s390: remove gcc version check (4.3 or newer)



git commit cafa0010 ("Raise the minimum required gcc version to 4.6")
raised the minimum gcc version to 4.6. Therefore remove the s390 specific
gcc 4.3 version check, which wasn't sufficient anyway.

Signed-off-by: default avatarHeiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
parent 3d8f60d3
Loading
Loading
Loading
Loading
+0 −8
Original line number Original line Diff line number Diff line
@@ -17,14 +17,6 @@
#include <asm/gmap.h>
#include <asm/gmap.h>
#include <asm/nmi.h>
#include <asm/nmi.h>


/*
 * Make sure that the compiler is new enough. We want a compiler that
 * is known to work with the "Q" assembler constraint.
 */
#if __GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ < 3)
#error Your compiler is too old; please use version 4.3 or newer
#endif

int main(void)
int main(void)
{
{
	/* task struct offsets */
	/* task struct offsets */