Changeset a5c468e in mainline for tools/xcw/bin/helenos-cc
- Timestamp:
- 2018-11-11T20:21:08Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4640416
- Parents:
- 5c03bd30
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/xcw/bin/helenos-cc
r5c03bd30 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.