gcc & system build: add -9 and remove --posix from build files

This commit is contained in:
2020-09-10 22:38:28 +02:00
parent f535d68985
commit 0a325039bf
85 changed files with 94 additions and 80 deletions

View File

@ -9,7 +9,7 @@
#include <u.h>
#include <libc.h>
#include <ctype.h>
#include <jehanne/ctype.h>
static int nettrans(const char*, char*, int na, char*, int);

View File

@ -9,7 +9,7 @@
#include <u.h>
#include <libc.h>
#include <ctype.h>
#include <jehanne/ctype.h>
#include "fmtdef.h"
enum

View File

@ -9,7 +9,7 @@
#include <u.h>
#include <libc.h>
#include <ctype.h>
#include <jehanne/ctype.h>
uint8_t _ctype[256] =
{

View File

@ -9,7 +9,7 @@
#include <u.h>
#include <libc.h>
#include <ctype.h>
#include <jehanne/ctype.h>
int
jehanne_encodefmt(Fmt *f)

View File

@ -9,7 +9,7 @@
#include <u.h>
#include <libc.h>
#include <ctype.h>
#include <jehanne/ctype.h>
/*
* force a connection to hangup

View File

@ -9,7 +9,7 @@
#include <u.h>
#include <libc.h>
#include <ctype.h>
#include <jehanne/ctype.h>
/*
* make an address, add the defaults

View File

@ -9,7 +9,7 @@
#include <u.h>
#include <libc.h>
#include <ctype.h>
#include <jehanne/ctype.h>
/*
* This routine will convert to arbitrary precision

View File

@ -7,7 +7,7 @@
* in the LICENSE file.
*/
#include <ctype.h>
#include <jehanne/ctype.h>
int
jehanne_toupper(int c)