gcc: introduce --posixly command line option to ease the compilation of POSIX software

This commit is contained in:
2020-09-01 13:05:39 +02:00
parent e0420eb690
commit 545076c6df
3 changed files with 97 additions and 6 deletions

View File

@@ -0,0 +1,25 @@
; Jehanne options.
; This file is part of Jehanne.
;
; Copyright (C) 2016-2020 Giacomo Tesio <giacomo@tesio.it>
;
; Jehanne is free software: you can redistribute it and/or modify
; it under the terms of the GNU General Public License as published by
; the Free Software Foundation, version 2 of the License.
;
; Jehanne is distributed in the hope that it will be useful,
; but WITHOUT ANY WARRANTY; without even the implied warranty of
; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
; GNU General Public License for more details.
;
; You should have received a copy of the GNU General Public License
; along with Jehanne. If not, see <http://www.gnu.org/licenses/>.
; Please try to keep this file in ASCII collating order.
-posixly
C ObjC C++ ObjC++ Driver RejectNegative
Lookup for POSIX includes and libraries in /posix
; This comment is to ensure we retain the blank line above.