Changes in tools/xcw/bin/helenos-cc [58e7b26:a5c468e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/xcw/bin/helenos-cc
r58e7b26 ra5c468e 1 1 #!/bin/bash 2 2 # 3 # Copyright (c) 201 5Jiri Svoboda3 # Copyright (c) 2018 Jiri Svoboda 4 4 # All rights reserved. 5 5 # … … 36 36 UARCH="$("$XCW"/helenos-bld-config --uarch)" 37 37 CC="$("$XCW"/helenos-bld-config --cc)" 38 CFLAGS="$("$XCW"/helenos-bld-config --cflags)" 38 39 ENDIAN="$("$XCW"/helenos-bld-config --endian)" 39 40 … … 41 42 "$CC" \ 42 43 -O3 -fexec-charset=UTF-8 -fwide-exec-charset=UTF-32LE -finput-charset=UTF-8 \ 43 -nostdlib\44 $CFLAGS \ 44 45 -Wall -Wextra -Wno-clobbered -Wno-unused-parameter -Wmissing-prototypes \ 45 46 -std=gnu99 -Werror-implicit-function-declaration -Wwrite-strings -ggdb \
Note:
See TracChangeset
for help on using the changeset viewer.