summaryrefslogtreecommitdiffstats
path: root/patches/mgetty-1.1.36
Commit message (Collapse)AuthorAgeFilesLines
* mgetty: fix building with gcc 7.xMichael Olbrich2018-02-072-1/+80
| | | | | | | | | | | | | | | | | Without this, building with gcc 7.x fails with: pbm2g3.o: In function `main': pbm2g3.c:(.text.startup+0x180): undefined reference to `puteol' pbm2g3.c:(.text.startup+0x18c): undefined reference to `putwhitespan' pbm2g3.c:(.text.startup+0x190): undefined reference to `puteol' pbm2g3.c:(.text.startup+0x1ac): undefined reference to `puteol' pbm2g3.c:(.text.startup+0x1b0): undefined reference to `puteol' pbm2g3.c:(.text.startup+0x1b4): undefined reference to `puteol' pbm2g3.c:(.text.startup+0x1b8): undefined reference to `puteol' pbm2g3.o:pbm2g3.c:(.text.startup+0x1bc): more undefined references to `puteol' follow collect2: error: ld returned 1 exit status Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* mgetty: fix building for arm64Michael Olbrich2017-01-153-38/+64
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [mgetty] cleanupMichael Olbrich2010-01-102-0/+206
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>