- Timestamp:
- 2005-08-30T19:44:27Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d0c30f7
- Parents:
- 8fc0d455
- Location:
- arch/ia64
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia64/Makefile.inc
r8fc0d455 r9c0a9b3 12 12 DEFS=-DARCH=$(ARCH) 13 13 CPPFLAGS=$(DEFS) -nostdinc -I../include 14 CFLAGS=$(CPPFLAGS) -mconstant-gp -nostdlib -fno-builtin -fno-unwind-tables -W missing-prototypes -Werror -O314 CFLAGS=$(CPPFLAGS) -mconstant-gp -nostdlib -fno-builtin -fno-unwind-tables -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O3 15 15 LFLAGS=-EL -M -T ../arch/ia64/_link.ld 16 16 -
arch/ia64/include/asm.h
r8fc0d455 r9c0a9b3 48 48 } 49 49 50 51 void cpu_sleep(void); 52 53 void asm_delay_loop(__u32 t); 54 50 55 #endif
Note:
See TracChangeset
for help on using the changeset viewer.